1
0
Fork
You've already forked avahi-sys
0
fork of avahi-sys crate with ahead-of-time generated bindings
  • Rust 97.6%
  • Shell 1.3%
  • C 1.1%
Find a file
2025年10月24日 16:25:38 +11:00
script
src
.gitignore
build.rs
Cargo.toml
Containerfile.bindgen
LICENSE
README.md
wrapper.h

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.