Skip to content

Commit

Permalink
Impl AsyncRead/AsyncWrite for Substream
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jul 7, 2022
1 parent 66ed300 commit cb92ae5
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 182 deletions.
2 changes: 1 addition & 1 deletion transports/quic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ pub mod transport;

pub use endpoint::{Config, Endpoint};
pub use error::Error;
pub use muxer::{QuicMuxer, Substream};
pub use muxer::QuicMuxer;
pub use transport::QuicTransport;
pub use upgrade::Upgrade;
Loading

0 comments on commit cb92ae5

Please sign in to comment.