//! Edge clustering primitives for the V2 storage kernel.
//!
//! This module is intentionally split into small components to keep each file
//! below the 300‑line architectural limit. Public consumers should import
//! items from this `mod.rs` re-export rather than submodules directly.
pub use ;
pub use ;
pub use ;
pub use ;
pub use EdgeRecordCompactExt;