Skip to content

Commit

Permalink
Reexport rustls crate
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanzeidler committed Jul 17, 2023
1 parent e652b6d commit 4b8963c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ pub use proto::{
ConnectionClose, ConnectionError, EndpointConfig, IdleTimeout, MtuDiscoveryConfig,
ServerConfig, StreamId, Transmit, TransportConfig, VarInt,
};
#[cfg(feature = "tls-rustls")]
pub use rustls;
pub use udp;

pub use crate::connection::{
Expand Down

0 comments on commit 4b8963c

Please sign in to comment.