Expand description
Mock multi-node cluster for testing dactor actor systems.
Provides MockCluster for simulating a cluster of actor nodes
in a single process. Use for unit testing cross-node messaging,
fault injection, and cluster behavior without real networking.
Re-exports§
pub use cluster::MockCluster;pub use network::MockNetwork;pub use node::MockNode;