mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-08 00:00:26 +02:00
Add io feature
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
#![crate_name = "bytes"]
|
||||
#![unstable]
|
||||
|
||||
#![feature(core)]
|
||||
#![feature(alloc)]
|
||||
#![feature(unsafe_no_drop_flag)]
|
||||
#![feature(alloc, core, io, unsafe_no_drop_flag)]
|
||||
|
||||
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
|
||||
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};
|
||||
|
||||
Reference in New Issue
Block a user