1
2
3
4
5
6
//! A library for working with SSDP, the service discovery portion of UPnP
pub mod message;
pub mod packet;

#[cfg(test)]
pub mod tests;