pub fn parse_quantity(s: &str) -> Option<(String, f64)>
Parse a <number><unit> quantity → (dimensional field, SI value). Recognises the common engineering dimensions; returns None for anything it can’t canonicalise.
<number><unit>
None