[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 = []