pub fn group_similar<'a, 'b, V>(
    records: &'a [V],
    config: &'b Config<V>
) -> BTreeMap<&'a V, Vec<&'a V>>
where V: Hash + AsRef<str> + Eq + Sync + Ord,
Expand description

Group records based on a particular configuration