1 2 3 4 5 6 7
//! Module concerning with "low level" networking //! //! It provides the UDP and TCP interface of the `server::DnsServer`. pub mod utils; pub mod server; pub mod request;