//! Distributed storage and consensus modules
//!
//! This module contains distributed system components for OxiRS:
//! - Raft consensus with optimized log compaction
//! - Multi-region active-active replication
//! - CRDTs for conflict-free replicated RDF
//! - Byzantine fault tolerance for untrusted environments
//! - Semantic-aware sharding for distributed storage
//! - Cross-shard transactions with 2PC optimization
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;