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
[features]
no_std = []

[package]
authors = ["oooutlk <oooutlk@outlook.com>"]
categories = ["data-structures", "no-std"]
description = "General purpose tree data structures"
documentation = "https://docs.rs/trees"
edition = "2018"
keywords = ["tree", "forest", "node", "bfs", "dfs"]
license = "MIT/Apache-2.0"
name = "trees"
readme = "README.md"
repository = "https://github.com/oooutlk/trees"
version = "0.4.1"