tiny-table 0.1.0

A simple and customizable table library for Rust.
Documentation
[package]
name = "tiny-table"
version = "0.1.0"
edition = "2024"
description = "A simple and customizable table library for Rust."
license = "MIT"
repository = "https://github.com/sn0w12/tiny-table"
homepage = "https://github.com/sn0w12/tiny-table"
keywords = ["table", "terminal"]

[features]
default = ["style"]
style = []

[lib]
name = "tiny_table"

[dependencies]
terminal_size = "0.4.4"

[profile.release]
opt-level = 3
lto = true
panic = "abort"
strip = true
codegen-units = 1