2 releases

0.10.1 Jan 21, 2024
0.10.0 Sep 25, 2020

#6 in #avahi

Download history 427/week @ 2024-11-15 328/week @ 2024-11-22 375/week @ 2024-11-29 229/week @ 2024-12-06 222/week @ 2024-12-13 232/week @ 2024-12-20 162/week @ 2024-12-27 199/week @ 2025-01-03 386/week @ 2025-01-10 223/week @ 2025-01-17 462/week @ 2025-01-24 621/week @ 2025-01-31 323/week @ 2025-02-07 403/week @ 2025-02-14 549/week @ 2025-02-21 211/week @ 2025-02-28

1,542 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