rust-hist (hist) - v0.1.0
A tiny library to print histograms in Rust.
Examples
Print a histogram.
let mut h = new;
h.display;
or just:
new.display;
Result
Installation
Add this line to your Cargo.toml:
[]
= "0.1.0"
and then add this line to your main.rs:
extern crate hist;