quickmatch 0.1.7

Lightning-fast fuzzy string matching with hybrid word and trigram indexing
Documentation
[dependencies.rustc-hash]
version = "2.1.1"

[[example]]
name = "autocomplete"
path = "examples/autocomplete.rs"

[lib]
name = "quickmatch"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-processing", "data-structures"]
description = "Lightning-fast fuzzy string matching with hybrid word and trigram indexing"
edition = "2024"
keywords = ["search", "fuzzy", "matching", "trigram", "autocomplete"]
license = "MIT"
name = "quickmatch"
readme = "README.md"
repository = "https://github.com/nym21/quickmatch"
version = "0.1.7"

[profile.clippy]
codegen-units = 256
debug = 0
debug-assertions = false
inherits = "dev"
lto = "off"
opt-level = 0
overflow-checks = false
panic = "abort"