libpulse-simple-binding 1.0.0

A Rust language binding for the PulseAudio libpulse-simple library.
Documentation

libpulse_simple_binding

A Rust language binding for the PulseAudio libpulse-simple library.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
libpulse_binding = "0.1"
libpulse_simple_binding = "0.1"

and this to your crate root:

extern crate libpulse_binding as pulse;
extern crate libpulse_simple_binding as psimple;