Macro c8format

Source
macro_rules! c8format {
    ($($fmt_args:tt)*) => { ... };
}
Available on crate feature alloc only.
Expand description

Format and create a new C8String. This will panic if the formatted string contains any null bytes.

Usage is the same as for alloc::format!.