Crate fuzzy_filter

Source
Expand description

A fast implementation (O(n)) of fuzzy-filtering.

Structs§

FuzzyFilter
A re-usable struct that you can repeatedly call matches(...) against

Functions§

matches
This function takes two strings: the filter, and the string to test against (“other”). It runs through “other” and determines if it matches “filter”, and returns the resulting bool