Expand description
Lightweight formatting helpers.
Useful in no_std contexts where calling the alloc crate formatter and related functions can cause crashes
Structs§
- Alloc
String - Minimal string type
- Format
Spec - Format specifier struct
Traits§
- FDisplay
- Custom formatter replacement for the
core::fmt::Displaytrait - Format
Args - Argument formatting trait
- Write
Buffer - Minimal writable buffer trait
Functions§
- format_
rt - String formatting function
- format_
str_ inner - Wrapper around the
format_rtfunction to simplify the [crate::format_str_inner!] macro definition