An open API service indexing awesome lists of open source software.

https://github.com/fjebaker/chrono-zig

Fork of https://codeberg.org/geemili/chrono-zig
https://github.com/fjebaker/chrono-zig

Last synced: about 1 year ago
JSON representation

Fork of https://codeberg.org/geemili/chrono-zig

Awesome Lists containing this project

README

          

# Zig Chrono

Original at the bottom of this README.

This fork adds a handful of commits so that `chrono` can be used in up-to-date versions of Zig.

---

# 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.html

You can find the git repository at .