lr_trie 4.0.3

Left-Right trie is trie capable of mapping any string to any string.
Documentation
[lib]
name = "lr_trie"
path = "src/lib.rs"

[package]
authors = ["software9119.technology"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["data-structures"]
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"
edition = "2021"
keywords = ["digital-tree", "prefix-tree", "trie", "retrieval-tree"]
license = "MIT"
name = "lr_trie"
readme = "README.md"
repository = "https://github.com/deep-outcome/tries/tree/main/lr_trie"
version = "4.0.3"