macro_rules! kformat {
($($tt:tt)*) => { ... };
}Expand description
Formats text into a provided buffer (via C snprintf) and returns a byte slice (&[u8]).
macro_rules! kformat {
($($tt:tt)*) => { ... };
}Formats text into a provided buffer (via C snprintf) and returns a byte slice (&[u8]).