radixtree 0.1.1

A radix trie implementation for router, and provides CRUD operations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "radixtree"
version = "0.1.1"
authors = ["Ilqjx <1695151719@qq.com>"]
edition = "2021"
description = "A radix trie implementation for router, and provides CRUD operations."
repository = "https://github.com/Ilqjx/radix-trie"
documentation = "https://github.com/Ilqjx/radix-trie"
readme = "README.md"
keywords = ["router", "radix", "tree", "trie"]
license = "MIT"