- 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.rsandsimilarity.rs - Add public accessors to make
Matchmore likeregex::Match
- Add
find_words_iterfunction 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