diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-18 16:49:04 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2026-02-18 16:49:04 -0600 |
| commit | ad1cd6c5ede326cd12c591f16c494ff945489e8b (patch) | |
| tree | 7b7cf087aa6f55b54a96b1b0dd689f414dab1b64 | |
| parent | d872eceeb6f082abeb3a41d8e1f6e9db53ec7a6e (diff) | |
| download | funcz-ad1cd6c5ede326cd12c591f16c494ff945489e8b.tar.gz | |
Added util into library
| -rw-r--r-- | src/root.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/root.zig b/src/root.zig index 8d87b50..ffe4d0d 100644 --- a/src/root.zig +++ b/src/root.zig @@ -11,3 +11,4 @@ pub const scanlBuffer = @import("fold.zig").scanlBuffer; pub const filterAlloc = @import("filter.zig").filterAlloc; pub const filterBuff = @import("filter.zig").filterBuff; pub const combinators = @import("combinators.zig"); +pub const util = @import("util.zig"); |
