// Copyright 2015-2023 Benjamin Fry <benjaminfry@me.com>
//
// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.
//! Resource record related components, e.g. `Name` aka label, `Record`, `RData`, ...
use craterr;
pub use cratedns_class;
pub use cratedomain;
pub use craterecord_data;
pub use craterecord_type;
pub use crateresource;
pub use DNSClass;
pub use RData;
pub use RecordType;
pub use Record;
pub use ;
pub use IntoRecordSet;
pub use RecordData;
pub use RecordSet;
/// All record data structures and related serialization methods