Crates.io | fluidlite-lib |
lib.rs | fluidlite-lib |
version | 0.1.3 |
source | src |
created_at | 2020-02-10 18:10:46.879615 |
updated_at | 2020-06-14 17:45:33.078798 |
description | Bundled fluidlite library |
homepage | |
repository | https://github.com/katyo/fluidlite-rs |
max_upload_size | |
id | 207084 |
size | 9,034 |
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:
[dependencies]
fluidlite = "^0.1"
# Use bundled library to avoid unresolved links
fluidlite-lib = "^0.1"
Next you should say compiler that you want to use that crate:
// 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: