- Fix dependencies to work with stable Rust
- Improve doc strings for public functions
- Fix clippy warnings
- Run
cargo fmt
- Fix a missing doc string
- Ignore case
- Add examples:
find_words_iter.rs
andsimilarity.rs
- Add public accessors to make
Match
more likeregex::Match
- Add
find_words_iter
function to find substring fuzzy matches of words
- Get the speed back to about where it was before adding Unicode support
- Add Unicode support
- Switch to Criterion benchmarking to work with stable rust