Crates.io | aubio-lib |
lib.rs | aubio-lib |
version | 0.1.3 |
source | src |
created_at | 2020-02-14 06:29:03.547968 |
updated_at | 2020-04-04 15:45:57.725383 |
description | Bundled aubio C library. |
homepage | |
repository | https://github.com/katyo/aubio-rs |
max_upload_size | |
id | 208216 |
size | 16,255 |
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:
[dependencies]
aubio-rs = "^0.1"
# Use bundled library to avoid unresolved links
aubio-lib = "^0.1"
Next you should say compiler that you want to use that crate:
// 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: