diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-01 10:29:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-01 10:29:26 +0200 |
commit | 263db66fcee65deda39de18baa837228ea38baf1 (patch) | |
tree | 2e6bec80ddc5529eebcdd61757fed03e97b2badf /src/lib.rs | |
parent | 3fd30c6e280fba41377c8b563352d756e8bc1caf (diff) | |
download | netapp-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.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ pub mod error; pub mod stream; pub mod util; +pub mod bytes_buf; pub mod endpoint; pub mod message; |