1 unstable release

0.2.0 Nov 1, 2019
0.1.0 Oct 31, 2019

#254 in Value formatting

MIT license

6KB
74 lines

rspark ▁▂▆▇▁▄█▁

Build Status Crate

Sparklines for Rust apps.
Rust port of https://github.com/holman/spark

Usage

Add this to your Cargo.toml:

[dependencies]
rspark = "0.2.0"

Example:

let v = vec![2, 250, 670, 890, 2, 430, 11, 908, 123, 57];
let res = rspark::render(&v).unwrap();
assert_eq!("▁▂▆▇▁▄▁█▁▁", res);

License

MIT

No runtime deps