Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leroycep/chrono-zig
https://github.com/leroycep/chrono-zig
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leroycep/chrono-zig
- Owner: leroycep
- License: mit
- Created: 2020-10-23T05:00:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T19:48:34.000Z (8 months ago)
- Last Synced: 2024-08-03T23:19:07.156Z (4 months ago)
- Language: Zig
- Size: 118 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - leroycep/chrono-zig
README
# Zig Chrono
This originally was a Zig port of the Rust crate [`chrono`][]. It now uses [Howard Hinnant's `chrono`
compatible date algorithms][date_algorithms].- Requires Zig `0.11.0`
[`chrono`]: https://github.com/chronotope/chrono
[date_algorithms]: https://howardhinnant.github.io/date_algorithms.htmlYou can find the git repository at .