joachimbbp/zools
๐ฆ Helpful zig abstractions
Helpful zig abstractions.
Test by running zig build test from the root.
Uses zig version 0.15.1.
๐๏ธ 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)
๐งช Add testing for:
sequence (and replace the somewhat cursed sequence test you have now)
math
๐ Establish naming and arg-order conventions (especially for allocators)