//! Record data from [RFC 1035]: initial record types.
//!
//! This RFC defines the initial set of record types.
//!
//! [RFC 1035]: https://tools.ietf.org/html/rfc1035
pub use A;
pub use Hinfo;
pub use Minfo;
pub use Mx;
pub use ;
pub use Null;
pub use Soa;
pub use ;