rust-lunardate

Build Status Crates.io codecov docs.rs

A Chinese Calendar Library in Rust

Limits

This library can only deal with year from 1900 to 2049 (in Chinese calendar).

Installation

Add it to your Cargo.toml:

toml [dependencies] lunardate = "0.1"

Add extern crate lunardate to your crate root and your're good to go!

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.