2 unstable releases
0.2.0 | Aug 11, 2024 |
---|---|
0.1.0 | Aug 10, 2024 |
#611 in Asynchronous
27 downloads per month
17KB
347 lines
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 for prerequisite requirements.
Usage
Please refer to the examples
directory for sample code for registering and browsing services in a Tokio context.
lib.rs
:
zeroconf-tokio
is a Tokio-based wrapper around the zeroconf
crate, which provides mDNS service discovery and
registration capabilities.
Dependencies
~4–12MB
~131K SLoC