Skip to main content

Module bytes

Module bytes 

Source
Expand description

Bytes.

This module provides the HipByt type as well as the associated helper and error types.

Structs§

HipByt
Smart bytes, i.e. cheaply clonable and sliceable byte string.
RefMut
A wrapper type for a mutably borrowed vector out of a HipByt.
SliceError
A possible error value when slicing a HipByt.

Enums§

SliceErrorKind
Slice error kinds.