lib.rs
Feb 3, 2025This is a small implementation of mDNS (Multicast DNS) based service discovery in safe Rust, with a small set of dependencies. Some highlights: supports both the client (querier) and the server (responder) uses. supports macOS, Linux and Windows. supports IPv4 and IPv6. works with both sync and async code. no dependency on any async runtimes ...