treesome 0.3.0

A library for tree creation, manipulation, traversal and visualization.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Pavel Pscheidl <pavel2@pscheidl.cz>"]
categories = ["data-structures"]
description = "A library for tree creation, manipulation, traversal and visualization."
documentation = "https://docs.rs/treesome"
edition = "2021"
keywords = ["tree", "trees", "btree"]
license = "Apache-2.0"
name = "treesome"
readme = "README.md"
repository = "https://github.com/Pscheidl/treesome"
version = "0.3.0"