quickmatch 0.2.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
[package]
name = "quickmatch"
description = "Lightning-fast fuzzy string matching with hybrid word and trigram indexing"
version = "0.2.0"
license = "MIT"
edition = "2024"
repository = "https://github.com/nym21/quickmatch"
keywords = ["search", "fuzzy", "matching", "trigram", "autocomplete"]
categories = ["algorithms", "text-processing", "data-structures"]

[dependencies]
rustc-hash = "2.1.1"