trees 0.4.1

General purpose tree data structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "trees"
version = "0.4.1"
edition = "2018"
authors = ["oooutlk <oooutlk@outlook.com>"]
license = "MIT/Apache-2.0"
keywords = [ "tree", "forest", "node", "bfs", "dfs" ]
readme = "README.md"
repository = "https://github.com/oooutlk/trees"
documentation = "https://docs.rs/trees"
categories = [ "data-structures", "no-std" ]
description = "General purpose tree data structures"

[features]
no_std = []