1 2 3 4 5 6 7
pub(crate) mod certificate; pub mod parser; pub mod signature; pub mod wire; pub type MdnsEndpoint = parser::record::endpoint::EndpointAddr; pub type MdnsPacket = parser::packet::Packet;