#bindings #subset #simple-fcl

sys simple-fcl-sys

Raw bindings for the FCL library for use in simple-fcl

5 releases

Uses old Rust 2015

0.0.5 Jan 28, 2018
0.0.4 Jan 28, 2018
0.0.3 Jan 14, 2018
0.0.2 Jan 14, 2018
0.0.1 Jan 12, 2018

#59 in #subset


Used in simple-fcl

MIT license

6KB
116 lines

simple-fcl

MIT Licensed Crates.io Build Status Docs

simple-fcl implements Rust bindings for a subset of FCL functionality.

Usage

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

License

rust-simple-fcl is distributed under the MIT license.

No runtime deps

~0–1.9MB
~38K SLoC