//! `vortex-sim` — Simulated I/O implementations for Vortex.
//!
//! Provides deterministic, fault-injectable replacements for real I/O:
//! - [`SimNetwork`] — in-process network with latency, drops, partitions, reordering
//! - [`SimStorage`] — in-memory storage with crash, corruption, and disk-full simulation
//! - [`SimClock`] — virtual clock with per-node skew, drift, and step jumps
pub use SimClock;
pub use ;
pub use ;