plain_trie 12.1.3

Classic trie implementation capable of mapping any T to char iterator.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "plain_trie"
version = "12.1.3"
authors = ["software9119.technology"]
build = "build.rs"
exclude = ["/note"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Classic trie implementation capable of mapping any T to char iterator."
documentation = "https://docs.rs/plain_trie/latest/plain_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/trie"

[features]
test-ext = []

[lib]
name = "plain_trie"
path = "src/lib.rs"

[[test]]
name = "custom_ab"
path = "tests/custom_ab.rs"