Module bytes_owned

Module bytes_owned 

Source
Expand description

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

Structsยง

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