diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-05-10 11:44:57 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-05-10 21:46:53 -0400 |
commit | 245dab49098247289e09b03baf279e48c9340f48 (patch) | |
tree | 599fb499aabd960217586409f2f51b8666e2b58f /src/root.zig | |
parent | cde5c3626cbcb5baa7b2ac9c815face628438dfc (diff) |
Use slice for init, and add better error sets.
The slice sets us avoid allocating within the init function.
This means init can't fail, and it also makes it easier to stack allocate messages (slice an array buffer, instead of creating a stack allocator).
Diffstat (limited to 'src/root.zig')
0 files changed, 0 insertions, 0 deletions