textdistance 0.1.4

Rust library for approximate string matching
Documentation
textdistance-0.1.4 has been yanked.

This is a Rust library for approximate string matching, based on the Python textdistance implementation. See here for the Python version: https://github.com/life4/textdistance

Get the create info here: https://crates.io/crates/textdistance and see the docs here https://docs.rs/textdistance/.

Source: https://github.com/pluots/textdistance-rust

Future project todo list

  • Implement more algorithms
  • Ensure tests are comprehensive
  • Generalize functions to accept more than just strings