prefix_tree_map 0.1.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
[dependencies]

[package]
authors = ["EAimTY <ea.imty@gmail.com>"]
categories = ["data-structures"]
description = "A Rust implementation of generic prefix tree (trie) map with wildcard capture support"
edition = "2021"
keywords = ["trie", "prefix", "tree", "map", "collection"]
license = "GPL-3.0-or-later"
name = "prefix_tree_map"
readme = "README.md"
repository = "https://github.com/EAimTY/prefix_tree_map"
resolver = "2"
version = "0.1.0"