Crates.io | lunardate |
lib.rs | lunardate |
version | 0.2.1 |
source | src |
created_at | 2018-04-11 06:22:41.045888 |
updated_at | 2022-11-24 04:06:31.282694 |
description | A Chinese Calendar Library in Rust |
homepage | |
repository | https://github.com/messense/rust-lunardate |
max_upload_size | |
id | 60057 |
size | 19,044 |
A Chinese Calendar Library in Rust
This library can only deal with year from 1900 to 2099 (in Chinese calendar).
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!
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.