Crate drasil_dns

Source

Re-exports§

pub use crate::error::DrasilDNSError;
pub use crate::types::RecordType;
pub use crate::types::RecordClass;
pub use crate::types::dnssec::DNSSECAlgorithm;
pub use crate::types::dnssec::DNSSECDigestType;
pub use crate::packet::Packet;
pub use crate::packet::builder::PacketBuilder;
pub use crate::header::Header;
pub use crate::header::RequestKind;
pub use crate::header::ResponseCode;
pub use crate::question::Question;
pub use crate::record::Record;
pub use crate::record::edns::EDNSOption;
pub use crate::record::edns::EDNSOptionType;

Modules§

error
Provides error type for the crate
header
Provides the Header struct
packet
Provides the Packet struct
question
Provides the Question struct
record
Provides the Record enum
types