summaryrefslogtreecommitdiff
path: root/src/memory/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory/mod.rs')
-rw-r--r--src/memory/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/memory/mod.rs b/src/memory/mod.rs
new file mode 100644
index 0000000..ffdf04c
--- /dev/null
+++ b/src/memory/mod.rs
@@ -0,0 +1,5 @@
+/// In-memory data structures and logic.
+/// This is where the crucial block and inode methods presented to upper calls implemented.
+
+pub mod cached_block;
+pub mod cached_inode;