Files
rustfs/crates/ecstore/src/layout/mod.rs
T

10 lines
297 B
Rust

//! Static ECStore layout boundaries.
//!
//! This module owns read-only layout descriptors used to keep static set
//! topology separate from runtime `Sets`/`SetDisks` orchestration before any
//! file moves happen.
pub(crate) mod disks_layout;
pub(crate) mod format;
pub(crate) mod set_layout;