pub fn normalize_finite_f32_config_value(
key: &str,
value: &str,
) -> Result<String>Expand description
Normalizes a finite f32 runtime configuration value for storage.
ยงErrors
Returns [ConfigError] when the value is malformed, out of range, or not finite as required.