simple-fcl-sys

Crates.iosimple-fcl-sys
lib.rssimple-fcl-sys
version0.0.5
sourcesrc
created_at2018-01-12 20:11:34.206667
updated_at2018-01-28 10:47:00.792601
descriptionRaw bindings for the FCL library for use in simple-fcl
homepage
repositoryhttps://github.com/adnanademovic/rust-simple-fcl
max_upload_size
id46566
size6,991
Adnan Ademovic (adnanademovic)

documentation

README

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.

Commit count: 18

cargo fmt