Module util

Module util 

Source
Expand description

Codec utility functions

Functionsยง

at_least
Checks if the buffer has at least len bytes remaining. Returns an Error::EndOfBuffer if not.
ensure_zeros
Ensures the next size bytes are all zeroes in the provided buffer, returning an Error otherwise.