summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-26 07:18:46 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-03 18:54:32 +0200
commit83b83530c05e23945cfe5a11a2125c4d93d40a93 (patch)
tree59f2c38cd3e0214c3aea9b8f0b569193925dec25 /src/lib.rs
parentdd8ac8901cd15945bce8d1a072abbcbdfe6d5a83 (diff)
downloadobnam2-83b83530c05e23945cfe5a11a2125c4d93d40a93.tar.gz
refactor: use FileId instead of raw type
This is clearer and less error prone. Sponsored-by: author
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 8961df4..6a30334 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,6 +17,8 @@ pub mod cipher;
pub mod client;
pub mod cmd;
pub mod config;
+pub mod db;
+pub mod dbgen;
pub mod engine;
pub mod error;
pub mod fsentry;