Skip to content

Commit

Permalink
reexport whole quinn-udp module
Browse files Browse the repository at this point in the history
  • Loading branch information
XOR-op authored and djc committed Jan 7, 2023
1 parent 50a474d commit c88a6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quinn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub use proto::{
ConnectionClose, ConnectionError, EndpointConfig, IdleTimeout, ServerConfig, StreamId,
Transmit, TransportConfig, VarInt,
};
pub use udp::{RecvMeta, UdpState};
pub use udp;

pub use crate::connection::{
AcceptBi, AcceptUni, Connecting, Connection, OpenBi, OpenUni, ReadDatagram, SendDatagramError,
Expand Down

0 comments on commit c88a6ec

Please sign in to comment.