pub fn log_in_range(min_id: &str, max_id: &str, log: &Value) -> bool
Expand description

Test whether the given log lies in the given range: between min_id (inclusive) and max_id (exclusive).