Skip to main content

kformat

Macro kformat 

Source
macro_rules! kformat {
    ($($tt:tt)*) => { ... };
}
Expand description

Formats text into a provided buffer (via C snprintf) and returns a byte slice (&[u8]).