pub fn split_value_unit(s: &str) -> Result<(f64, &str), RegistryError>
Split a string of the form "<numeric value> <unit symbol>" into its (value, unit) parts. Whitespace between the two is required.
"<numeric value> <unit symbol>"
(value, unit)