hist-cli 0.5.0

Commandline tool for plotting frequency ranked histograms of TSV/CSV data
[[bin]]
name = "hist"
path = "src/bin/hist.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.csv]
version = "1.3"

[dependencies.plotters]
default-features = false
features = ["bitmap_backend", "bitmap_encoder", "font-kit"]
version = "0.3.7"

[dependencies.textplots]
version = "0.8"

[package]
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Commandline tool for plotting frequency ranked histograms of TSV/CSV data"
edition = "2021"
keywords = ["histogram", "plot", "command-line", "CLI", "visualization"]
license = "CC-BY-SA-4.0"
name = "hist-cli"
readme = "README.md"
repository = "https://github.com/ahcm/hist-cli"
version = "0.5.0"