2 releases

0.10.1 Jan 21, 2024
0.10.0 Sep 25, 2020

#756 in Unix APIs

Download history 187/week @ 2024-10-27 430/week @ 2024-11-03 415/week @ 2024-11-10 385/week @ 2024-11-17 356/week @ 2024-11-24 301/week @ 2024-12-01 224/week @ 2024-12-08 254/week @ 2024-12-15 290/week @ 2024-12-22 53/week @ 2024-12-29 386/week @ 2025-01-05 238/week @ 2025-01-12 227/week @ 2025-01-19 653/week @ 2025-01-26 433/week @ 2025-02-02 358/week @ 2025-02-09

1,698 downloads per month
Used in 8 crates (via zeroconf)

Custom license

5KB

avahi-sys

Rust bindings to Avahi's libavahi-client for zero-configuration networking with mDNS/DNS-SD.

For API documentation refer to http://www.avahi.org/doxygen/html/index.html

Prerequisites

These bindings use bindgen to parse the library's C headers, which requires that Clang be available at build-time. Refer to the bindgen documentation for more information.

The Avahi library headers must also be available in your C compiler's default include search path. In most situations this should be a simple matter of installing it with your system's package manager.

Dependencies

~0–2MB
~39K SLoC