2 releases

0.10.1 Jan 21, 2024
0.10.0 Sep 25, 2020

#384 in Unix APIs

Download history 83/week @ 2024-01-15 370/week @ 2024-01-22 739/week @ 2024-01-29 731/week @ 2024-02-05 1062/week @ 2024-02-12 605/week @ 2024-02-19 613/week @ 2024-02-26 262/week @ 2024-03-04 287/week @ 2024-03-11 441/week @ 2024-03-18 492/week @ 2024-03-25 345/week @ 2024-04-01 321/week @ 2024-04-08 288/week @ 2024-04-15 508/week @ 2024-04-22 681/week @ 2024-04-29

1,866 downloads per month
Used in 6 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