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