https://github.com/messense/rust-lunardate
A Chinese Calendar Library in Rust
https://github.com/messense/rust-lunardate
calendar chinese-calendar lunardate
Last synced: about 1 year ago
JSON representation
A Chinese Calendar Library in Rust
- Host: GitHub
- URL: https://github.com/messense/rust-lunardate
- Owner: messense
- License: mit
- Created: 2018-04-08T13:11:32.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T04:06:25.000Z (over 3 years ago)
- Last Synced: 2024-11-01T08:42:29.218Z (over 1 year ago)
- Topics: calendar, chinese-calendar, lunardate
- Language: Rust
- Size: 32.2 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-lunardate
[](https://github.com/messense/rust-lunardate/actions?query=workflow%3ACI)
[](https://crates.io/crates/lunardate)
[](https://codecov.io/gh/messense/rust-lunardate)
[](https://docs.rs/lunardate/)
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``:
```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](./LICENSE) file.