[package]
edition = "2021"
name = "lr_trie"
version = "4.1.4"
authors = ["software9119.technology"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Left-Right trie is trie capable of mapping any string to any string."
documentation = "https://docs.rs/lr_trie/latest/lr_trie/index.html"
readme = "README.md"
keywords = [
"digital-tree",
"prefix-tree",
"trie",
"retrieval-tree",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/deep-outcome/tries/tree/main/lr_trie"
[lib]
name = "lr_trie"
path = "src/lib.rs"