libpulse-binding 2.0.0

A Rust language binding for the PulseAudio libpulse library.
Documentation

libpulse_binding

A Rust language binding for the PulseAudio libpulse library.

Usage

Add this to your Cargo.toml:

[dependencies]
libpulse_binding = "0.1"

and this to your crate root:

extern crate libpulse_binding as pulse;