pub fn parse_char_limit(s: &str) -> usize
Parses a limit string ("none", "0", or a number).
"none"
"0"
0/none → 0 (unlimited at runtime).
0
none