Skip to content

Fork of windy1/avahi-sys with build.rs patches

License

Notifications You must be signed in to change notification settings

PhysicalGraph/avahi-sys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fork of windy1/avahi-sys with build.rs patches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 78.0%
  • C 22.0%