cli-tables 0.2.0

A simple Rust library for generating ASCII tables in a CLI application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cli-tables"
version = "0.2.0"
edition = "2021"
description = "A simple Rust library for generating ASCII tables in a CLI application."
readme = "README.md"
repository = "https://github.com/ethanhelwig/cli-tables.git"
license = "MIT"
categories = ["command-line-utilities", "development-tools::cargo-plugins"]

[profile.dev]
debug = true

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

[dependencies]
terminal_size = "0.2.6"