summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-18 19:29:40 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-18 19:49:01 +0300
commitaa3dd026c9a8c8407bccea0f1345f777afe0090c (patch)
treefeebf7b8849698e36695b812993b17fca86e7298 /src/lib.rs
parent77a5171b6541aceea6ddd3c4012522acdbd15f73 (diff)
downloadobnam2-aa3dd026c9a8c8407bccea0f1345f777afe0090c.tar.gz
feat: representations of responses for server operations
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 6955243..d96fd2b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2,4 +2,5 @@ pub mod chunk;
pub mod chunkid;
pub mod chunkmeta;
pub mod index;
+pub mod server;
pub mod store;