closestmatch 0.1.2

This library fuzzy matches an input string to a list of target strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
rayon = "0.7.0"

[package]
authors = ["Marco Concetto Rudilosso <marcoconcettorudilosso@gmail.com>"]
description = "This library fuzzy matches an input string to a list of target strings."
documentation = "https://maaarcocr.github.io/closestmatch-rs"
homepage = "https://github.com/Maaarcocr/closestmatch-rs.git"
license = "MIT"
name = "closestmatch"
readme = "README.md"
repository = "https://github.com/Maaarcocr/closestmatch-rs.git"
version = "0.1.2"