1 unstable release

Uses old Rust 2015

0.1.0 May 13, 2016

#25 in #hand

21KB
680 lines

jalali

Safe bindings for libjalali library.

Installation

You must have installed libjalali before hand.

Then add this line to your Cargo.toml dependencies:

jalali = "0.1"

And then execute:

$ cargo build

This crate uses the static library by default. If you want to compile using the shared library, execute the following command:

$ cargo build --features "use-shared-jalali"

Dependencies

~44KB