Skip to content

messense/rust-lunardate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-lunardate

GitHub Actions Crates.io codecov docs.rs

A Chinese Calendar Library in Rust

Limits

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

Installation

Add it to your Cargo.toml:

[dependencies]
lunardate = "0.2"

Add extern crate lunardate to your crate root if you are using Rust 2015 edition 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.