jalali

Crates.iojalali
lib.rsjalali
version0.1.0
sourcesrc
created_at2016-05-13 17:34:39.481611
updated_at2016-05-13 17:34:39.481611
descriptionRust wrappers for libjalali(https://github.com/ashkang/jcal).
homepagehttps://github.com/psparabara/jalali
repositoryhttps://github.com/psparabara/jalali
max_upload_size
id5056
size20,758
Pouya Gharibpour (pouya-gh)

documentation

README

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"
Commit count: 32

cargo fmt