distance 0.4.0

A collection of approximate string matching algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Marcus Brummer <mbrlabs7@gmail.com>"]
description = "A collection of approximate string matching algorithms"
documentation = "https://mbrlabs.github.io/distance"
include = ["**/*.rs", "Cargo.toml", "LICENCE", "AUTHORS", "CONTRIBUTORS", "CHANGES"]
keywords = ["search", "text", "string", "matching", "levenshtein"]
license = "Apache-2.0"
name = "distance"
publish = false
readme = "README.md"
repository = "https://github.com/mbrlabs/distance"
version = "0.4.0"