Add an AppendBuf

This commit is contained in:
Carl Lerche
2016-07-23 09:49:59 -07:00
parent 1c2234f7fe
commit d650404bb8
8 changed files with 159 additions and 16 deletions
+2
View File
@@ -1,3 +1,4 @@
mod append;
mod byte;
mod ring;
mod sink;
@@ -5,6 +6,7 @@ mod slice;
mod source;
mod take;
pub use self::append::AppendBuf;
pub use self::byte::{ByteBuf, MutByteBuf, ROByteBuf};
pub use self::ring::RingBuf;
pub use self::slice::{SliceBuf, MutSliceBuf};