pub fn within_range( target_min: u64, target_max: u64, file_min: u64, file_max: u64, ) -> bool
check if two ranges intersect