dactor-ractor 0.3.3

Ractor adapter for the dactor distributed actor framework
Documentation

dactor-ractor

Ractor adapter for the dactor distributed actor framework.

This crate implements the ActorRuntime trait from dactor using ractor actors, enabling actor-based systems built on ractor.

Usage

[dependencies]

dactor = "0.2"

dactor-ractor = "0.2"

See the dactor repository for full documentation and examples.

License

MIT