trigram 0.2.1

Trigram-based string similarity for fuzzy matching.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.3.1"

[package]
authors = ["Issac Trotts <issac.trotts@gmail.com>"]
description = "Trigram-based string similarity for fuzzy matching."
edition = "2018"
homepage = "https://github.com/ijt/trigram"
keywords = ["trigram", "string", "fuzzy", "matching"]
license = "Apache-2.0"
name = "trigram"
readme = "README.md"
repository = "https://github.com/ijt/trigram"
version = "0.2.1"