Registry / utility / fuzzy-matcher

fuzzy-matcher

JSON →
library0.3.7rscratesunverified

Fuzzy Matching Library

# Cargo.toml [dependencies] fuzzy-matcher = "0.3.7"
INSTALL
IMPORT
SIG · FUZZY-MATCHER
F
fuzzy-matcher
utilityrustv0.3.7
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.

FuzzyMatcher
use fuzzy_matcher::FuzzyMatcher;

Matches a pattern against a string with fuzzy scoring.

use fuzzy_matcher::FuzzyMatcher; let matcher = FuzzyMatcher::new(); let score = matcher.fuzzy_match("hello world", "hwd"); println!("Score: {:?}", score);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fuzzy-matcher — cargo add fuzzy-matcher · libregistry