use-udp
use-udp provides small helpers for parsing UDP-style endpoints and looking up a few common UDP service ports.
Experimental: this crate is below 0.3.0 and the API may change.
Example Usage
use ;
let endpoint = parse_udp_endpoint.unwrap;
assert_eq!;
assert_eq!;
assert_eq!;
Scope
- Parsing and formatting UDP-style host-and-port endpoints.
- Small common UDP service mappings.
Non-goals
- UDP sockets.
- Datagram sending.
- Datagram receiving.
- Broadcast or multicast I/O.
License
Licensed under MIT OR Apache-2.0.