Skip to content

Commit

Permalink
util: add reexport of bytes crate (tokio-rs#5725)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaccoonSupremacy authored May 28, 2023
1 parent 98c8c38 commit 0b2c9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tokio-util/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 0b2c9b8

Please sign in to comment.