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