sys avahi-sys

Bindings to Avahi, a library for zero-configuration networking

2 releases

0.10.1 Jan 21, 2024
0.10.0 Sep 25, 2020

#659 in Unix APIs

Download history 478/week @ 2024-07-25 1728/week @ 2024-08-01 780/week @ 2024-08-08 289/week @ 2024-08-15 230/week @ 2024-08-22 450/week @ 2024-08-29 407/week @ 2024-09-05 158/week @ 2024-09-12 369/week @ 2024-09-19 561/week @ 2024-09-26 1033/week @ 2024-10-03 163/week @ 2024-10-10 308/week @ 2024-10-17 77/week @ 2024-10-24 422/week @ 2024-10-31 374/week @ 2024-11-07

1,194 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–1.9MB
~38K SLoC