[![Rust CI](https://github.com/stbuehler/rust-async-dnssd/actions/workflows/rust.yml/badge.svg?branch=master&event=push)](https://github.com/stbuehler/rust-async-dnssd/actions/workflows/rust.yml) [![crates.io](https://img.shields.io/crates/v/async-dnssd.svg)](https://crates.io/crates/async-dnssd) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) This library wraps C libraries implementing the [`dnssd`](https://developer.apple.com/documentation/dnssd): Discover, publish, and resolve network services on a local area or wide area network. It integrates into the asynchronous [`tokio`](https://tokio.rs/) framework. The documentation is located at [https://stbuehler.github.io/rustdocs/async-dnssd/async_dnssd/](https://stbuehler.github.io/rustdocs/async-dnssd/async_dnssd/). Documentation for released versions available at [https://docs.rs/crate/async-dnssd/](https://docs.rs/crate/async-dnssd/).