stringmetrics 1.1.2

Rust library for approximate string matching and spellchecking
docs.rs failed to build stringmetrics-1.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: stringmetrics-2.2.2

Stringmetrics library

A library for applying text- and token- based comparison algorithms to determine the similarity of two strings or sets. The core module is [algorithms], which contains algorithms for determining closeness; more are on the way.

Note that this module is very much a work in progress, and it is likely that interfaces may change. Large parts of this module are still under construction. The eventual goal is to implement many of the metrics listed on this wikipedia page, generalized to any hashable datatype.