Expand description
Codec utility functions
Functionsยง
- at_
least - Checks if the buffer has at least
lenbytes remaining. Returns an Error::EndOfBuffer if not. - ensure_
zeros - Ensures the next
sizebytes are all zeroes in the provided buffer, returning an Error otherwise.