dltree 0.1.5

Doubly linked tree with leaf-considering typing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Alexander Huymayer"]
description = "Doubly linked tree with leaf-considering typing"
edition = "2018"
keywords = ["tree", "data-structure", "doubly-linked"]
license = "MIT OR Apache-2.0"
name = "dltree"
readme = "README.md"
repository = "https://github.com/VilNeo/dltree"
version = "0.1.5"