ttygrid 0.2.0

Grid layout engine for tabular data displayed in a TTY
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ttygrid"
version = "0.2.0"
authors = ["Erik Hollensbe <erik.hollensbe@zerotier.com>", "Adam Ierymenko <adam.ierymenko@zerotier.com>"]
edition = "2018"
license = "BSD-3-Clause"
description = "Grid layout engine for tabular data displayed in a TTY"
keywords = ["tty", "terminal", "grid", "layout", "tabular"]
repository = "https://github.com/erikh/ttygrid"

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

[dependencies]
termion = ">=0"
anyhow = ">=0"

[dev-dependencies]
rand = ">=0"