quickmatch 0.11.0

Lightning-fast fuzzy string matching with hybrid word and trigram indexing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "quickmatch"
description = "Lightning-fast fuzzy string matching with hybrid word and trigram indexing"
version.workspace = true
readme = "docs/README.md"
license.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["search", "fuzzy", "matching", "trigram", "autocomplete"]
categories = ["algorithms", "text-processing", "data-structures"]

[dependencies]
rustc-hash = { workspace = true }