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
[dependencies.terminal_size]
version = "0.2.6"

[package]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
description = "A simple Rust library for generating ASCII tables in a CLI application."
edition = "2021"
license = "MIT"
name = "cli-tables"
readme = "README.md"
repository = "https://github.com/ethanhelwig/cli-tables.git"
version = "0.2.0"
[profile.dev]
debug = true