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

https://github.com/joachimbbp/zools

๐ŸฆŽ Helpful zig abstractions
https://github.com/joachimbbp/zools

zig

Last synced: 9 months ago
JSON representation

๐ŸฆŽ Helpful zig abstractions

Awesome Lists containing this project

README

          


Static Badge

# ๐ŸฆŽ
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)