Skip to main content

format_suffix

Function format_suffix 

Source
pub fn format_suffix(fmt: &str, value: usize) -> String
Expand description

Simple sprintf-like formatter for suffix format strings. Supports %d, %02d, %03d, etc.