This crate provides bundled fluidlite C library for using with fluidlite crate in case when system-wide library is not available.
You can simply add this as dependency to your manifest:
```toml [dependencies] fluidlite = "^0.1"
fluidlite-lib = "^0.1" ```
Next you should say compiler that you want to use that crate:
```rust // Either in traditional manner extern crate fluidlite_lib;
// Or in Rust2018 manner use fluidlite_lib as _; ```
You can apply some customizations to library using those features: