strsim 0.11.1

Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
Documentation
[package]
authors = ["Danny Guo <danny@dannyguo.com>", "maxbachmann <oss@maxbachmann.de>"]
categories = ["text-processing"]
description = "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n"
documentation = "https://docs.rs/strsim/"
exclude = ["/.github", "/dev"]
homepage = "https://github.com/rapidfuzz/strsim-rs"
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
license = "MIT"
name = "strsim"
readme = "README.md"
repository = "https://github.com/rapidfuzz/strsim-rs"
rust-version = "1.56"
version = "0.11.1"