dltree 0.1.0

Double linked tree with leaf-considering typing
Documentation
1
2
3
4
5
6
[![Crates.io](https://img.shields.io/crates/v/dltree.svg)](https://crates.io/crates/dltree)
[![Docs](https://docs.rs/dltree/badge.svg)](https://docs.rs/crate/dltree/)
[![Actions Status](https://github.com/VilNeo/dltree/workflows/Test/badge.svg)](https://github.com/VilNeo/dltree/actions)
[![grcov](https://img.shields.io/codecov/c/github/VilNeo/dltree)](https://app.codecov.io/gh/VilNeo/dltree)

***dltree* is a library that provides a double linked tree with leaf-considering typing.**