dactor-ractor 0.3.3

Ractor adapter for the dactor distributed actor framework
Documentation
# dactor-ractor


[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.

## Usage


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

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

## License


MIT