We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9182623 commit 66130a3Copy full SHA for 66130a3
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "closestmatch"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Marco Concetto Rudilosso <[email protected]>"]
5
repository = "https://github.com/Maaarcocr/closestmatch-rs.git"
6
homepage = "https://github.com/Maaarcocr/closestmatch-rs.git"
7
license = "MIT"
8
readme = "README.md"
9
description = "This library fuzzy matches an input string to a list of target strings."
10
-
+documentation = "https://maaarcocr.github.io/closestmatch-rs"
11
12
[dependencies]
13
rayon = "0.7.0"
0 commit comments