libpulse-tokio 0.1.0

Tokio bindings for the PulseAudio libpulse library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
libpulse-tokio
================

A tokio mainloop implementation for libpulse-binding.

## Usage

Add this crate to the dependencies specified in your `Cargo.toml`:

```toml
[dependencies]
libpulse-tokio = "0.1"
```