pruning_radix_trie 0.2.2

Rust implementation of Pruning Radix Trie by Wolf Garbe
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
authors = ["Peter Allwin <peter@allwin.se>"]
description = "Rust implementation of Pruning Radix Trie by Wolf Garbe"
edition = "2021"
homepage = "https://github.com/peterall/pruning_radix_trie.git"
license = "MIT"
name = "pruning_radix_trie"
readme = "README.md"
repository = "https://github.com/peterall/pruning_radix_trie.git"
resolver = "2"
version = "0.2.2"