refactor: establish ecstore layout foundation (#3645)

This commit is contained in:
安正超
2026-06-20 09:54:36 +08:00
committed by GitHub
parent 4ba8058dbc
commit 88dfdda4a0
11 changed files with 307 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
//! 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 set_layout;