blob: f88ea030aa35b00a9ba4e288302c430a3b87f402 [file] [log] [blame]
//! UDP framing
mod frame;
pub use frame::UdpFramed;