octet
octet copied to clipboard
Adding c-string (null terminated strings)
Automatically appends the null terminator to strings.
(def buffer (buf/allocate 6))
(buf/write! buffer "hello" buf/cstring)
(buf/read buffer buf/cstring)