Thanks to visit codestin.com
Credit goes to github.com

Skip to content

8573/fuzzy-regex.rs

Repository files navigation

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.