display_tree 1.1.2

Simple, automatic, and customizable tree pretty-printing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "display_tree"
version = "1.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Simple, automatic, and customizable tree pretty-printing"
keywords = ["tree", "pretty-print", "derive", "formatting"]
categories = ["value-formatting", "data-structures"]
documentation = "https://docs.rs/display_tree/*/display_tree/"
repository = "https://github.com/captain-camel/display_tree"

[dependencies]
display_tree_derive = { path = "display_tree_derive", version = "1.0.3"}

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html