| Crates.io | quickmatch |
| lib.rs | quickmatch |
| version | 0.3.1 |
| created_at | 2025-10-10 22:19:46.27138+00 |
| updated_at | 2026-01-22 17:08:09.209559+00 |
| description | Lightning-fast fuzzy string matching with hybrid word and trigram indexing |
| homepage | |
| repository | https://github.com/nym21/quickmatch |
| max_upload_size | |
| id | 1877604 |
| size | 26,721 |
Lightning-fast fuzzy string matching for Rust.
A high-performance string matching library optimized for interactive search experiences like autocomplete, command palettes, and search-as-you-type interfaces.
rustc-hash for fast hashing# rust
cargo add quickmatch
# js
npm install quickmatch-js