fancy-table 0.3.0

Fancy tables with bells and whistles
Documentation
[dependencies.termion]
version = "4.0.2"

[[example]]
name = "classic"
path = "examples/classic.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "modern"
path = "examples/modern.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[lib]
name = "fancy_table"
path = "src/lib.rs"

[package]
authors = ["MichaƂ Buczko"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface", "gui"]
description = "Fancy tables with bells and whistles"
edition = "2021"
keywords = ["ascii", "table", "cli"]
license = "MIT"
name = "fancy-table"
readme = "README.md"
repository = "https://github.com/mbuczko/fancy-table"
version = "0.3.0"