1
2
3
4
5
6
7
#![crate_type = "lib"]
#![crate_name = "dns"]
#![feature(convert)]

pub mod iana;
pub mod proto;
pub mod parser;