simsearch 0.2.5

A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).
Documentation
[[bench]]
harness = false
name = "lib"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dependencies.strsim]
version = "0.10"

[dependencies.triple_accel]
version = "0.3.4"
[dev-dependencies.criterion]
version = "0.2.11"

[dev-dependencies.inquire]
version = "0.5"

[dev-dependencies.itertools]
version = "0.8"

[dev-dependencies.json]
version = "0.11.13"

[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.quickcheck]
version = "0.8"

[dev-dependencies.quickcheck_macros]
version = "0.8"

[package]
authors = ["andylokandy <andylokandy@hotmail.com>"]
categories = ["algorithms", "text-processing"]
description = "A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here)."
documentation = "https://docs.rs/simsearch"
edition = "2018"
exclude = ["books.json"]
homepage = "https://github.com/andylokandy/simsearch-rs"
keywords = ["fuzzy", "search", "lightweight", "pattern", "strsim"]
license = "MIT/Apache-2.0"
name = "simsearch"
readme = "README.md"
repository = "https://github.com/andylokandy/simsearch-rs"
version = "0.2.5"