render-tree 0.1.1

A library for rendering trees of content to the terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "render-tree"
description = "A library for rendering trees of content to the terminal"
version = "0.1.1"
authors = ["Yehuda Katz <wycats@gmail.com>"]
license = "ISC"
edition = '2018'

[dependencies]
itertools = "0.7.8"
termcolor = "1.0.4"
log = "0.4.6"

[dev-dependencies]
pretty_env_logger = "0.2.5"