We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d84fd91 commit 680fa50Copy full SHA for 680fa50
Cargo.toml
@@ -7,6 +7,7 @@ Implementations of string similarity metrics. Includes Hamming, Levenshtein,
7
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
8
"""
9
license = "MIT"
10
+rust-version = "1.56"
11
readme = "README.md"
12
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
13
homepage = "https://github.com/rapidfuzz/strsim-rs"
0 commit comments