fuzzywuzzy 0.0.2

A pure-Rust clone of the incredibly useful fuzzy string matching python package, FuzzyWuzzy.
Documentation
1
2
3
pub mod fuzz;
pub mod process;
pub mod utils;