distance 0.4.0

A collection of approximate string matching algorithms
Documentation
  • Coverage
  • 100%
    7 out of 7 items documented4 out of 4 items with examples
  • Size
  • Source code size: 31.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • mbrlabs/distance
    11 4 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mbrlabs

A collection of approximate string matching algorithms

This library contains algorithms dealing with approximate string matching. These algorithms can be used to tell the approximate difference between two strings. This is usful for a varity of things like spell checking, fuzzy search, etc.

Algorithms