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