mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
5 lines
54 B
Rust
5 lines
54 B
Rust
//! UDP framing
|
|
|
|
mod frame;
|
|
pub use frame::UdpFramed;
|