tokio-util 0.7.13

Additional utilities for working with Tokio.
Documentation
1
2
3
4
//! UDP framing

mod frame;
pub use frame::UdpFramed;