lunardate

Crates.iolunardate
lib.rslunardate
version0.2.1
sourcesrc
created_at2018-04-11 06:22:41.045888
updated_at2022-11-24 04:06:31.282694
descriptionA Chinese Calendar Library in Rust
homepage
repositoryhttps://github.com/messense/rust-lunardate
max_upload_size
id60057
size19,044
messense (messense)

documentation

README

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.

Commit count: 36

cargo fmt