//! 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.
pub use MockCluster;
pub use MockNetwork;
pub use MockNode;