8573 / fuzzy-regex.rs

A @rust-lang library aiming to provide regexes with fuzzy matching
https://gitlab.com/c74d/fuzzy-regex.rs
Other
2 stars 0 forks source link
approx approximate approximate-string-matching fuzzy fuzzy-matching fuzzy-search regex regexes regexp regular-expression rust rust-lang rust-language rust-library

fuzzy-regex

A Rust library aiming to provide regular expression ("regex") functionality with approximate ("fuzzy") matching.

Not yet functional.

Built on eternaleye's advice and BurntSushi's libraries.