1
2
3
4
5
6
7
8
9
// TODO TEMP until switching to unreleased protobuf:
//#![deny(warnings, rust_2018_idioms)]

/// Creates and parses DNS requests/responses.
pub mod request_codec;
pub mod response_codec;

// Ensures that the codecs can see the protobuf types.
mod proto;