mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 17:28:13 +00:00
layout: split helper in separate file; more precise difference tracking
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
mod graph_algo;
|
||||
mod helper;
|
||||
mod history;
|
||||
mod schema;
|
||||
mod version;
|
||||
@@ -10,7 +11,7 @@ pub mod manager;
|
||||
|
||||
// ---- re-exports ----
|
||||
|
||||
pub use history::*;
|
||||
pub use helper::LayoutHelper;
|
||||
pub use manager::WriteLock;
|
||||
pub use schema::*;
|
||||
pub use version::*;
|
||||
|
||||
Reference in New Issue
Block a user