hyper_scripter::fuzzy
pub fn fuzz<'a, T: FuzzKey + 'a>( name: &str, iter: impl Iterator<Item = T>) -> Result<Option<(T, FuzzSimilarity)>>