rapidfuzz 0.5.0

rapid fuzzy string matching library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[lib]
name = "rapidfuzz"

[package]
authors = ["maxbachmann <oss@maxbachmann.de>"]
categories = ["text-processing"]
description = "rapid fuzzy string matching library"
documentation = "https://docs.rs/rapidfuzz/"
edition = "2021"
exclude = [".*"]
keywords = ["string", "similarity", "Hamming", "Levenshtein", "Jaro"]
license = "MIT"
name = "rapidfuzz"
readme = "Readme.md"
repository = "https://github.com/maxbachmann/rapidfuzz-rs"
version = "0.5.0"