tendril
0.4.3
Module buf32
Structs
Constants
Functions
In crate tendril
Module
tendril
::
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
🔒