mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-28 00:00:17 +02:00
Rename slice_buf.rs -> slice.rs
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
pub mod append;
|
pub mod append;
|
||||||
pub mod block;
|
pub mod block;
|
||||||
pub mod slice_buf;
|
pub mod slice;
|
||||||
pub mod ring;
|
pub mod ring;
|
||||||
pub mod take;
|
pub mod take;
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ pub mod buf {
|
|||||||
Fmt,
|
Fmt,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub use imp::buf::slice_buf::SliceBuf;
|
pub use imp::buf::slice::SliceBuf;
|
||||||
pub use imp::buf::append::AppendBuf;
|
pub use imp::buf::append::AppendBuf;
|
||||||
pub use imp::buf::block::{BlockBuf, BlockBufCursor};
|
pub use imp::buf::block::{BlockBuf, BlockBufCursor};
|
||||||
pub use imp::buf::ring::RingBuf;
|
pub use imp::buf::ring::RingBuf;
|
||||||
|
|||||||
Reference in New Issue
Block a user