Provide Take decorator that limits Buf size

This commit is contained in:
Carl Lerche
2015-07-28 12:51:24 -07:00
parent 296cac263c
commit ed087be853
5 changed files with 96 additions and 1 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ pub use buf::{
SliceBuf,
MutSliceBuf,
Source,
Sink
Sink,
Take,
};
pub use str::{
ByteStr,