mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-20 00:00:10 +02:00
Provide Take decorator that limits Buf size
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@ pub use buf::{
|
||||
SliceBuf,
|
||||
MutSliceBuf,
|
||||
Source,
|
||||
Sink
|
||||
Sink,
|
||||
Take,
|
||||
};
|
||||
pub use str::{
|
||||
ByteStr,
|
||||
|
||||
Reference in New Issue
Block a user