/// The `BatchComparator` trait allows `indicium` to treat the various distance
/// and string similarity algorithms in the
/// [rapidfuzz](https://crates.io/crates/rapidfuzz) crate generically.
///
/// This batch comparator trait provides a small, generic subset of the
/// `One × Many comparisons` provided by different algorithms in `rapidfuzz`.
// trait BatchComparator