edit-distance 2.1.3

Levenshtein edit distance between strings, a measure for similarity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "edit-distance"
version = "2.1.3"
authors = ["Florian Ebeling <florian.ebeling@gmail.com>"]

description = "Levenshtein edit distance between strings, a measure for similarity."
repository = "https://github.com/febeling/edit-distance"
documentation = "http://febeling.github.io/edit-distance/edit_distance/"
readme = "README.md"
keywords = ["text-processing", "search", "spelling"]

license = "Apache-2.0"

[dev-dependencies]
quickcheck = "1.0"