Module buf32

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 🔒