histoterm 0.1.0

A Rust CLI tool that prints ASCII histograms from numeric input.
[[bin]]
name = "histoterm"
path = "src/main.rs"

[package]
authors = ["Xiaowei Zhan <zhanxw@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "visualization"]
description = "A Rust CLI tool that prints ASCII histograms from numeric input."
documentation = "https://docs.rs/histoterm"
edition = "2021"
homepage = "https://github.com/zhanxw/histoterm"
keywords = ["histogram", "cli", "data", "distribution", "ascii"]
license = "GPL-3.0-or-later"
name = "histoterm"
readme = "README.md"
repository = "https://github.com/zhanxw/histoterm"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3