dactor-kameo 0.3.3

Kameo adapter for the dactor distributed actor framework
Documentation
# dactor-kameo


[Kameo](https://crates.io/crates/kameo) adapter for the [`dactor`](https://crates.io/crates/dactor) distributed actor framework.

This crate implements the `ActorRuntime` trait from `dactor` using [kameo](https://crates.io/crates/kameo) actors, enabling actor-based systems built on kameo.

## Usage


```toml
[dependencies]
dactor = "0.2"
dactor-kameo = "0.2"
```

See the [dactor repository](https://github.com/microsoft/dactor) for full documentation and examples.

## License


MIT