Include zig build in the build process.

This commit is contained in:
Leo Vasanko
2025-11-06 16:43:54 -06:00
parent f8cc02eb41
commit fbf9c944e6
6 changed files with 69 additions and 8 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ def random_split_bytes(data: bytes) -> list[bytes]:
for stop in (*cut_points, len(data)):
parts.append(data[start:stop])
start = stop
return parts
return parts