forked from
karlseguin.tngl.sh/zul
zig utility library
Commits
Author
Commit
Message
Date
- Uses the Zeller's congruence algo (with Michael Keith’s simplification) for Gregorian dates.
feat(context): :sparkles: adds Context that provides deadline based cancellation and timeouts.
Help consume duplicate header names (i.e. Set-Cookie)
Makes it easy to create recurring tasks.
Fixes:
https://github.com/karlseguin/zul/issues/5
fix build.zig for latest zig#master
Parsing json uses rfc3339 now. This makes it consistent with zul.Time and
zul.DateTime
The initially provided URL is kept as-is. Any query parameters added via
the query() method are encoded as needed.
When scanning json, use nextAlloc rather than next, so we get a full token.
fix OpenDirOptions.iterate=true to prevent panic in fs.cwd().openDir().iterate()