UDP toolkit
This crate provides an easy-to-use API for sending and listening to UDP packets. It provides a high-level interface and does not expose any low-level details, such as sockets or packet headers.
pub use error::Error;
pub use error::Result;
pub use listen::listen;
pub use send::send;