mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +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 use bytes;
|
||||
|
||||
#[cfg(any(feature = "io", feature = "codec"))]
|
||||
mod util {
|
||||
use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
|
||||
|
||||
Reference in New Issue
Block a user