2 releases

0.10.1 Jan 21, 2024
0.10.0 Sep 25, 2020

#643 in Unix APIs

Download history 382/week @ 2024-06-03 288/week @ 2024-06-10 148/week @ 2024-06-17 870/week @ 2024-06-24 928/week @ 2024-07-01 430/week @ 2024-07-08 781/week @ 2024-07-15 584/week @ 2024-07-22 814/week @ 2024-07-29 1554/week @ 2024-08-05 440/week @ 2024-08-12 210/week @ 2024-08-19 442/week @ 2024-08-26 368/week @ 2024-09-02 274/week @ 2024-09-09 145/week @ 2024-09-16

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