//! Layer 4: Distributed State for Net.
//!
//! Provides causal ordering, distributed event logs, state snapshots,
//! and the foundation for daemon migration. No global coordinator —
//! causal consistency by default.
pub use ;
pub use ;
pub use ;
pub use ;