sift4 0.1.3

This crate provides the sift4 string distance algorithm. It is very fast and returns results similar to levenshtein
Documentation

Sift4 calculates the sift4 distance between two strings (how many characters are different) using the sift4 "simple" algorithm with a default max_distance of 5.

Algorithm

Sift4 - Super Fast and Accurate string distance algorithm. Unlike Sift3, Sift4 is not only more accurate but more closely reflects what you would get from getting the levenshtein distance between two strings.