layout: split helper in separate file; more precise difference tracking

This commit is contained in:
Alex Auvolat
2023-11-16 13:26:43 +01:00
parent d4df03424f
commit ad5c6f779f
4 changed files with 256 additions and 254 deletions
+2 -1
View File
@@ -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::*;