sonro/smlstr
Small Zig library for working with small unallocated strings
The problem this library solved has a more elegant solution in the Zig Standard Library.
See BoundedArray(u8, N).
BoundedArray(u8, N)