libpulse-sys 1.8.1

A Rust language linking library for the PulseAudio libpulse library.
Documentation

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).