summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-24 08:35:32 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-24 09:14:46 +0200
commitcf18e86c351ddbaf655d02e66c1666cca4806947 (patch)
treec7c52a9f734cb6d582e4ec4d2633b93cd510ff1c /src/lib.rs
parent1172320e0da7687c62c1f020761903029b6bf3a2 (diff)
downloadobnam2-cf18e86c351ddbaf655d02e66c1666cca4806947.tar.gz
refactor: add an abstraction for an indexed store
This makes it easier to write a server without the HTTP layer.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3d20797..bdc790f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -9,5 +9,6 @@ pub mod fsentry;
pub mod fsiter;
pub mod generation;
pub mod index;
+pub mod indexedstore;
pub mod server;
pub mod store;