aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-01 10:29:26 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-01 10:29:26 +0200
commit263db66fcee65deda39de18baa837228ea38baf1 (patch)
tree2e6bec80ddc5529eebcdd61757fed03e97b2badf /src/lib.rs
parent3fd30c6e280fba41377c8b563352d756e8bc1caf (diff)
downloadnetapp-263db66fcee65deda39de18baa837228ea38baf1.tar.gz
netapp-263db66fcee65deda39de18baa837228ea38baf1.zip
Refactor: create a BytesBuf utility crate (will also be usefull in Garage)
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 bd41048..18091c8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,6 +16,7 @@
pub mod error;
pub mod stream;
pub mod util;
+pub mod bytes_buf;
pub mod endpoint;
pub mod message;