Skip to content

Fast calendar algorithms ported to zig

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

travisstaloch/date-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

date-zig

A port of https://github.com/nakedible/datealgo-rs/ to zig.
datealgo-rs is based on https://github.com/cassioneri/eaf

Support

system time related related methods such as datetime_to_systemtime() and systemtime_to_datetime() currently only support posix based operating systems.

everything else such as rd_to_date() and date_to_rd() should work on any target and platform.

TODO

  • wasm: zig build test -Dtarget=wasm32-wasi -fwasmtime
  • windows: zig build test -Dtarget=x86_64-windows -fwine
  • other non posix?

About

Fast calendar algorithms ported to zig

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published