A Rust language binding for the PulseAudio libpulse library.
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] libpulse_binding = "0.1"
and this to your crate root:
rust extern crate libpulse_binding as pulse;