stackfmt
Creates formatted string from format_args!() like alloc::fmt::format() but
without allocation:
let mut buf = ;
let formatted: &str = fmt_truncate;
assert_eq!;
Implemented based on this SO answer https://stackoverflow.com/a/50201632/601298