fuzzy-muff 0.4.8

Fuzzy Matching Library
Documentation
[dependencies.thread_local]
default-features = false
version = "1.1.8"

[dev-dependencies.termion]
default-features = false
version = "4.0.4"

[[example]]
name = "fz"
path = "examples/fz.rs"

[features]
compact = []
default = []

[lib]
name = "fuzzy_matcher"
path = "src/lib.rs"

[package]
authors = ["Jinzhou Zhang <lotabout@gmail.com>", "Robert Swinford <robert.swinford <...at...> gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fuzzy Matching Library"
documentation = "https://docs.rs/fuzzy-matcher"
edition = "2021"
homepage = "https://github.com/lotabout/fuzzy-matcher"
keywords = ["fuzzy", "match", "text", "search"]
license = "MIT"
name = "fuzzy-muff"
readme = "README.md"
repository = "https://github.com/lotabout/fuzzy-matcher"
version = "0.4.8"