dltree 0.1.5

Doubly linked tree with leaf-considering typing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dltree"
version = "0.1.5"
authors = ["Alexander Huymayer"]
edition = "2018"
description = "Doubly linked tree with leaf-considering typing"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/VilNeo/dltree"
keywords = ["tree", "data-structure", "doubly-linked"]

[dependencies]