prefix_tree_map 0.2.1

A Rust implementation of generic prefix tree (trie) map with wildcard capture support
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"
rust-version = "1.59"
name = "prefix_tree_map"
version = "0.2.1"
authors = ["EAimTY <ea.imty@gmail.com>"]
description = "A Rust implementation of generic prefix tree (trie) map with wildcard capture support"
readme = "README.md"
keywords = [
    "trie",
    "prefix",
    "tree",
    "map",
    "collection",
]
categories = [
    "data-structures",
    "no-std",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/EAimTY/prefix_tree_map"
resolver = "2"

[features]
default = ["std"]
std = []