ao

Crates.ioao
lib.rsao
version0.6.1
sourcesrc
created_at2014-11-20 21:45:18.850404
updated_at2015-12-11 23:56:40.231265
descriptionBindings to Xiph.org's libao
homepage
repositoryhttps://bitbucket.org/tari/rust-ao/
max_upload_size
id164
size373,110
Peter Marheine (tari)

documentation

http://rustdoc.taricorp.net/ao/ao/

README

Rust-AO

libao bindings for Rust.

Usage

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.

Commit count: 0

cargo fmt