pub fn log_u32(value: u32)Expand description
Format a u32 as decimal digits and write it via log().
Handles up to 10 digits (max 4 294 967 295).
Zero-padded bytes in the buffer may be read by from_utf8_unchecked but are never written to log (the slice is trimmed).