This crate provides bundled aubio C library for using with aubio-rs crate in case when system-installed library is not available.
You can simply add this as dependency to your manifest:
```toml [dependencies] aubio-rs = "^0.1"
aubio-lib = "^0.1" ```
Next you should say compiler that you want to use that crate:
```rust // Either in traditional manner extern crate aubio_lib;
// Or in Rust2018 manner use aubio_lib as _; ```
The following features can be used to customize library configuration: