mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
util: add reexport of bytes crate (#5725)
This commit is contained in:
@@ -55,6 +55,8 @@ pub mod sync;
|
|||||||
|
|
||||||
pub mod either;
|
pub mod either;
|
||||||
|
|
||||||
|
pub use bytes;
|
||||||
|
|
||||||
#[cfg(any(feature = "io", feature = "codec"))]
|
#[cfg(any(feature = "io", feature = "codec"))]
|
||||||
mod util {
|
mod util {
|
||||||
use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
|
use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
|
||||||
|
|||||||
Reference in New Issue
Block a user