Expand description
A buffer for constructing a string while avoiding heap allocation.
Structsยง
- Write
Buffer - A buffer for construct a string while avoiding heap allocation.
Functionsยง
- maybe_
uninit_ ๐ โslice_ assume_ init_ mut - Equivalent of
MaybeUninit::slice_assume_init_mut
that compiles on stable. - maybe_
uninit_ ๐ โslice_ assume_ init_ ref - Equivalent of
MaybeUninit::slice_assume_init_ref
that compiles on stable. - maybe_
uninit_ ๐uninit_ array - Equivalent of [
MaybeUninit::uninit_array
] that compiles on stable. - maybe_
uninit_ ๐write_ slice - Equivalent of [
MaybeUninit::write_slice
] that compiles on stable.