Registry / utility / sublime-fuzzy

sublime-fuzzy

JSON →
library0.7.0rscratesunverified

Fuzzy matching algorithm based on Sublime Text's string search.

# Cargo.toml [dependencies] sublime_fuzzy = "0.7.0"
INSTALL
IMPORT
SIG · SUBLIME-FUZZY
S
sublime-fuzzy
utilityrustv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

best_match
use sublime_fuzzy::best_match;

Find the best fuzzy match for a pattern in a string.

use sublime_fuzzy::best_match; let result = best_match("abc", "abcdef").unwrap(); println!("Score: {}", result.score());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sublime-fuzzy — cargo add sublime-fuzzy · libregistry