Crates.io | jalali |
lib.rs | jalali |
version | 0.1.0 |
source | src |
created_at | 2016-05-13 17:34:39.481611 |
updated_at | 2016-05-13 17:34:39.481611 |
description | Rust wrappers for libjalali(https://github.com/ashkang/jcal). |
homepage | https://github.com/psparabara/jalali |
repository | https://github.com/psparabara/jalali |
max_upload_size | |
id | 5056 |
size | 20,758 |
Safe bindings for libjalali library.
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"