Tweak Bytes helpers

This commit is contained in:
Carl Lerche
2016-10-14 20:42:16 -07:00
parent ec7d7f27fe
commit 8d2508bfeb
4 changed files with 15 additions and 8 deletions
+1
View File
@@ -29,6 +29,7 @@ pub mod buf {
pub use imp::buf::slice::SliceBuf;
pub use imp::buf::append::AppendBuf;
pub use imp::buf::block::{BlockBuf, BlockBufCursor};
pub use imp::buf::bound::{BoundBuf};
pub use imp::buf::ring::RingBuf;
pub use imp::buf::take::Take;
pub use imp::bytes::BytesBuf;