[Ractor](https://crates.io/crates/ractor) adapter for the [`dactor`](https://crates.io/crates/dactor) distributed actor framework.
This crate implements the `ActorRuntime` trait from `dactor` using [ractor](https://crates.io/crates/ractor) actors, enabling actor-based systems built on ractor.
```toml
[dependencies]
dactor = "0.2"
dactor-ractor = "0.2"
```
See the [dactor repository](https://github.com/microsoft/dactor) for full documentation and examples.
MIT