Expand description
Provides an unsafe owned buffer type, used in implementing Tendril
.
Structs
A buffer points to a header of type
H
, which is followed by MIN_CAP
or more
bytes of storage.