Module bytes_ref

Module bytes_ref 

Source
Expand description

Common handling for types backed by byte slices with enforcement of a library-level length limitation i.e. Length::max().

Modulesยง

allocating ๐Ÿ”’

Structsยง

BytesRef ๐Ÿ”’
Byte slice newtype which respects the Length::max() limit.