Skip to main content

Crate txtdist

Crate txtdist 

Source
Expand description

Txtdist is small utility crate for calculating the distance between two strings.

Functionsยง

damerau_levenshtein
Calculate the distance between two strings using the damerau levenshtein algorithm.
levenshtein
Calculate the distance between two strings using the levenshtein algorithm.