Crates.io | simple-fcl-sys |
lib.rs | simple-fcl-sys |
version | 0.0.5 |
source | src |
created_at | 2018-01-12 20:11:34.206667 |
updated_at | 2018-01-28 10:47:00.792601 |
description | Raw bindings for the FCL library for use in simple-fcl |
homepage | |
repository | https://github.com/adnanademovic/rust-simple-fcl |
max_upload_size | |
id | 46566 |
size | 6,991 |
simple-fcl implements Rust bindings for a subset of FCL functionality.
You can add the crate to your project with:
[dependencies]
simple-fcl = "0.0.3"
Usage examples are provided in the documentation.
The package requires you to install FCL for it to work. You can, for example, do this on Ubuntu with:
sudo apt-get install libfcl-dev
rust-simple-fcl is distributed under the MIT license.