Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/6tail/tyme4rs
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
https://github.com/6tail/tyme4rs
lunar solar
Last synced: about 1 month ago
JSON representation
Tyme是一个非常强大的日历工具库,可以看作 Lunar 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
- Host: GitHub
- URL: https://github.com/6tail/tyme4rs
- Owner: 6tail
- License: mit
- Created: 2024-04-30T05:40:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-14T13:05:09.000Z (2 months ago)
- Last Synced: 2024-10-14T13:07:15.071Z (2 months ago)
- Topics: lunar, solar
- Language: Rust
- Homepage: https://6tail.cn/tyme.html
- Size: 230 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Tyme [![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/6tail/tyme4rs/blob/master/LICENSE)
Tyme是一个非常强大的日历工具库,可以看作 [Lunar](https://6tail.cn/calendar/api.html "https://6tail.cn/calendar/api.html") 的升级版,拥有更优的设计和扩展性,支持公历和农历、星座、干支、生肖、节气、法定假日等。
## 示例
// install
cargo add tyme4rs
// test.rs
use tyme4rs::tyme::solar::SolarDay;
let solar: SolarDay = SolarDay::from_ymd(1986, 5, 29);
// 1986年5月29日
println!("{}", solar.to_string());
// 农历丙寅年四月廿一
println!("{}", solar.get_lunar_day().to_string());
## 文档
请移步至 [https://6tail.cn/tyme.html](https://6tail.cn/tyme.html "https://6tail.cn/tyme.html")
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=6tail/tyme4rs&type=Date)](https://star-history.com/#6tail/tyme4rs&Date)