table_formatter 0.6.1

A simple text table formatter written in Rust
Documentation
[dependencies.colored]
version = "2.0.0"

[dependencies.itertools]
version = "0.11.0"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["Embers-of-the-fire <wangbh533@126.com>"]
categories = ["command-line-interface", "value-formatting"]
description = "A simple text table formatter written in Rust"
edition = "2021"
homepage = "https://github.com/Embers-of-the-Fire/rust-table-formatter"
include = ["src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["text", "table", "formatter"]
license = "MIT OR Apache-2.0"
name = "table_formatter"
readme = "README.md"
repository = "https://github.com/Embers-of-the-Fire/rust-table-formatter.git"
version = "0.6.1"