1pub mod parser; 2pub mod wire; 3 4pub type MdnsEndpoint = parser::record::endpoint::EndpointAddr; 5pub type MdnsPacket = parser::packet::Packet;