levenshtein_automata 0.2.1

Creates Levenshtein Automata in an efficient manner.
Documentation
[dependencies.fst]
default-features = false
optional = true
version = "0.4"

[dev-dependencies.levenshtein]
version = "1.0"

[features]
fst_automaton = ["fst"]

[package]
authors = ["Paul Masurel <paul.masurel@gmail.com>"]
categories = ["text-processing"]
description = "Creates Levenshtein Automata in an efficient manner."
documentation = "https://docs.rs/levenshtein-automata/"
edition = "2018"
homepage = "https://github.com/tantivy-search/levenshtein-automata"
keywords = ["levenshtein", "automaton", "automata", "fuzzy"]
license = "MIT"
name = "levenshtein_automata"
readme = "README.md"
repository = "https://github.com/tantivy-search/levenshtein-automata"
version = "0.2.1"