Crates.io | ao |
lib.rs | ao |
version | 0.6.1 |
source | src |
created_at | 2014-11-20 21:45:18.850404 |
updated_at | 2015-12-11 23:56:40.231265 |
description | Bindings to Xiph.org's libao |
homepage | |
repository | https://bitbucket.org/tari/rust-ao/ |
max_upload_size | |
id | 164 |
size | 373,110 |
libao bindings for Rust.
Build with cargo
:
cargo build
Build documentation with rustdoc
, rooted at doc/ao/index.html
:
cargo doc
Run tests. Tests must not be run in parallel because libao may only be instantiated once in a given process. Running tests concurrently can cause race conditions on library initialization, causing spurious test failure:
REST_TEST_TASKS=1 cargo test
Examples are included in the documentation.