[package] name = "prefix_tree_map" description = "A Rust implementation of generic prefix tree (trie) map with wildcard capture support" categories = ["data-structures", "no-std"] keywords = ["trie", "prefix", "tree", "map", "collection"] version = "0.2.1" authors = ["EAimTY "] edition = "2021" rust-version = "1.59" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/EAimTY/prefix_tree_map" [features] default = ["std"] std = []