libpulse-sys 1.9.0

A Rust language linking library for the PulseAudio libpulse library.
docs.rs failed to build libpulse-sys-1.9.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libpulse-sys-1.21.0

PulseAudio Rust language linking library.

This crate is a sys type crate targetting the PulseAudio C API. As a sys type crate it does nothing more than simply describe the C API in Rust form. Please be aware that there is a “higher level” binding crate available (libpulse-binding) built on top of this, which you will most likely prefer to use instead.

Virtually no documentation is provided here, since it is pointless to duplicate it here from the C header files, considering that most users will be using the binding crate (which is heavily documented).