[package]
edition = "2021"
rust-version = "1.80"
name = "gramdex"
version = "0.1.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "k-gram / trigram indexing primitives for approximate string matching."
homepage = "https://github.com/arclabs561/gramdex"
documentation = "https://docs.rs/gramdex"
readme = "README.md"
keywords = [
"string",
"similarity",
"ngram",
"trigram",
"search",
]
categories = [
"text-processing",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/arclabs561/gramdex"
[lib]
name = "gramdex"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"