[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[dependencies]
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.fake]
version = "2.9"
[dev-dependencies.rand]
version = "0.8"
[lib]
name = "xtri"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "A fast, memory-efficient radix tree (compressed trie) implementation in Rust with UTF-8 support"
documentation = "https://docs.rs/xtri"
edition = "2024"
homepage = "https://github.com/oramasearch/xtri"
keywords = ["radix-tree", "trie", "data-structure", "prefix-search", "utf8"]
license = "MIT"
name = "xtri"
readme = "README.md"
repository = "https://github.com/oramasearch/xtri"
version = "0.1.1"