testing_table 0.1.1

An easy to use library for pretty print tables of Rust `struct`s and `enum`s.
Documentation
[dependencies.ansitok]
optional = true
version = "0.2"

[dependencies.unicode-width]
version = "=0.1.11"

[features]
ansi = ["ansitok"]

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

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "development-tools", "development-tools::testing"]
description = "An easy to use library for pretty print tables of Rust `struct`s and `enum`s."
documentation = "https://docs.rs/testing_table"
edition = "2018"
homepage = "https://github.com/zhiburt/tabled"
keywords = ["table", "testing", "pretty-table", "assert", "test"]
license = "MIT"
name = "testing_table"
readme = "README.md"
repository = "https://github.com/zhiburt/tabled"
version = "0.1.1"