tabled 0.1.2

An easy to use library for pretty print tables of Rust `struct`s and `enum`s.
Documentation
[badges.coveralls]
branch = "master"
repository = "https://github.com/zhiburt/tabled"
service = "github"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "https://github.com/zhiburt/tabled"
[dependencies.papergrid]
version = "~0.1.8"

[dependencies.tabled_derive]
version = "~0.1.3"
[dev-dependencies.colored]
version = "2.0.0"

[features]
color = ["papergrid/color"]

[package]
authors = ["Maxim Zhiburt <zhiburt@gmail.com>"]
categories = ["text-processing", "visualization"]
description = "An easy to use library for pretty print tables of Rust `struct`s and `enum`s."
edition = "2018"
keywords = ["sheet", "table", "graphics", "terminal"]
license = "MIT"
name = "tabled"
readme = "README.md"
repository = "https://github.com/zhiburt/tabled"
version = "0.1.2"