# zeroconf-tokio zeroconf-tokio is a Tokio-based wrapper around the zeroconf crate, which provides mDNS service discovery and registration capabilities. ## Installation Please reference the [zeroconf README](https://github.com/windy1/zeroconf-rs/blob/master/README.md) for prerequisite requirements. ## Usage Please refer to the `examples` directory for sample code for registering and browsing services in a Tokio context.