zeroconf-tokio 0.3.2

zeroconf-tokio is a Tokio-based wrapper around the zeroconf crate, which provides mDNS service discovery and registration capabilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.