basic_tree 0.2.0

basic trie tree for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "basic_tree"
version = "0.2.0"
authors = ["linziyan <aohan237@gmail.com>"]
edition = "2018"
description = "basic trie tree for rust"
keywords = ["trie", "tree"]
license = "MIT"
doc = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]