ruzzystring fuzzy matching algorithms written (poorly) in rust Currently Implemented Levenshtein Distance (very simple, needs refactor to be more idiomatic) Longest Common Substring TODO Damerau-Levenshtein distance n-gram Soundex Implement suffix tree to improve LCS implementation