prettytable-rs 0.4.0

A small rust library that print aligned and formatted tables
Documentation
[package]



name = "prettytable-rs"

version = "0.4.0"

description = "A small rust library that print aligned and formatted tables"

repository = "https://github.com/phsym/prettytable-rs"

documentation = "http://phsym.github.io/prettytable-rs"

readme = "README.md"

authors = [ "Pierre-Henri Symoneaux" ]

keywords = ["tab", "table", "format", "pretty", "aligned"]

license = "BSD-3-Clause"



[[bin]]



name = "main"



[lib]

name = "prettytable"



[dependencies]

unicode-width = "*"

term = "*"