https://github.com/joachimbbp/zools
๐ฆ Helpful zig abstractions
https://github.com/joachimbbp/zools
zig
Last synced: 9 months ago
JSON representation
๐ฆ Helpful zig abstractions
- Host: GitHub
- URL: https://github.com/joachimbbp/zools
- Owner: joachimbbp
- License: mit
- Created: 2025-08-20T20:29:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-29T23:57:21.000Z (9 months ago)
- Last Synced: 2025-09-30T01:26:18.080Z (9 months ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ฆ
Helpful zig abstractions.
# ๐๏ธ
Test by running `zig build test` from the root.
# ๐
Uses zig version `0.15.1`.
# ๐ To-Do
- [ ] ๐๏ธ `std.testing.TempDir` for test files and folders
- [ ] ๐ง Fixed cursed save-as logic and naming conventions in `save.zig` and `path.zig` (and update the testing to match)
- [x] ๐งช Add testing for:
- [x] sequence (and replace the somewhat cursed sequence test you have now)
- [x] math
- [ ] ๐ Establish naming and arg-order conventions (especially for allocators)