prefix_tree_map 0.2.0

A Rust implementation of generic prefix tree (trie) map with wildcard capture support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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.0"
authors = ["EAimTY <ea.imty@gmail.com>"]
edition = "2021"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/EAimTY/prefix_tree_map"

[dependencies]

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