libFenrir/src/connection/mod.rs

7 lines
130 B
Rust
Raw Normal View History

//! Connection handling and send/receive queues
mod handshake;
mod packet;
pub use packet::ConnectionID;
pub use packet::Packet;