pub fn unit_conversion_factor( from_unit: &str, to_unit: &str, ) -> Result<f64, ParseError>
Multiplicative factor: value_in_to = factor * value_in_from.
value_in_to = factor * value_in_from