Expand description
A buffer for constructing a string while avoiding heap allocation.
Structsยง
- A buffer for construct a string while avoiding heap allocation.
Functionsยง
- Equivalent of
MaybeUninit::slice_assume_init_mut
that compiles on stable. - Equivalent of
MaybeUninit::slice_assume_init_ref
that compiles on stable. - Equivalent of
MaybeUninit::uninit_array
that compiles on stable. - Equivalent of [
MaybeUninit::write_slice
] that compiles on stable.