tendril
0.4.3
Module buf32
Module Items
Structs
Constants
Functions
In crate tendril
tendril
Module
buf32
Copy item path
Source
Expand description
Provides an unsafe owned buffer type, used in implementing
Tendril
.
Structs
§
Buf32
A buffer points to a header of type
H
, which is followed by
MIN_CAP
or more bytes of storage.
Constants
§
MAX_LEN
MIN_CAP
Functions
§
bytes_
to_
vec_
capacity
🔒