pub fn normalize_id(id: &str, width: usize) -> String
Normalize an ID to a fixed width with zero-padding.
"5"
"005"
"0005"