pub fn config_float_range( config: &[(String, Value)], key: &str, min: f64, max: f64, ) -> Option<f64>
Reads a numeric config value, or None when absent or outside [min, max].
None
[min, max]