fuzzt 0.3.1

Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
Documentation

fuzzt

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 7 of them enabled by default.

default

  • damerau_levenshtein
  • hamming
  • jaro
  • levenshtein
  • optimal_string_alignment
  • sorensen_dice

damerau_levenshtein

    This feature flag does not enable additional features.

hamming

    This feature flag does not enable additional features.

jaro

    This feature flag does not enable additional features.

levenshtein

    This feature flag does not enable additional features.

optimal_string_alignment

    This feature flag does not enable additional features.

sorensen_dice

    This feature flag does not enable additional features.