avahi-sys

Crates.ioavahi-sys
lib.rsavahi-sys
version0.10.1
sourcesrc
created_at2020-09-25 00:19:31.110136
updated_at2024-01-21 20:14:00.104935
descriptionBindings to Avahi, a library for zero-configuration networking.
homepagehttps://github.com/windy1/avahi-sys
repositoryhttps://github.com/windy1/avahi-sys
max_upload_size
id292701
size11,313
Walker Crouse (windy1)

documentation

README

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.

Commit count: 13

cargo fmt