Add more Buf helpers

This commit is contained in:
Carl Lerche
2016-09-23 07:53:17 -07:00
parent 3c58b0c75c
commit d05bfb6346
2 changed files with 100 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ mod bytes;
pub mod alloc;
pub use buf::{Buf, MutBuf, Source, Sink, ReadExt, WriteExt, Fmt};
pub use buf::{Buf, MutBuf, Source, Sink, Reader, ReadExt, Writer, WriteExt, Fmt};
pub use buf::append::AppendBuf;
pub use buf::block::{BlockBuf, BlockBufCursor};
pub use buf::byte::{ByteBuf, MutByteBuf};