# Functions
ParseHexUint64 is equivalent to using strconv.ParseUint with base 16, except that it operates directly on a byte slice without having to allocate a string.
# Structs
LocalBuffer is a simplified equivalent to bytes.Buffer that allows usage of a preallocated local byte slice.