pub fn parse_decimal_number(input: &str) -> Result<usize, String>
Parse a human-friendly number with decimal (SI) suffixes.
k
K
M
G
Used for token counts and other abstract quantities.