mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-27 00:00:17 +02:00
Remove RingBufReader and RingBufWriter types
This commit is contained in:
committed by
Carl Lerche
parent
113bff22c6
commit
6f00c6117b
+1
-1
@@ -6,7 +6,7 @@
|
||||
pub use byte_buf::{ByteBuf, ROByteBuf, MutByteBuf};
|
||||
pub use byte_str::{SeqByteStr, SmallByteStr, SmallByteStrBuf};
|
||||
pub use bytes::Bytes;
|
||||
pub use ring::{RingBuf, RingBufReader, RingBufWriter};
|
||||
pub use ring::RingBuf;
|
||||
pub use rope::{Rope, RopeBuf};
|
||||
pub use slice::{SliceBuf, MutSliceBuf};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user