Crates.io | wagashi |
lib.rs | wagashi |
version | 0.0.0 |
source | src |
created_at | 2022-07-31 02:37:45.021845 |
updated_at | 2022-07-31 02:37:45.021845 |
description | Wagashi terminal chart rendering library |
homepage | |
repository | https://github.com/richardanaya/wagashi |
max_upload_size | |
id | 635913 |
size | 18,023 |
cargo add wagashi
Sparklines.
use wagashi::SparkLine;
fn main() {
let sparkline = SparkLine::new(&[1.0, 2.0, 9.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0]);
sparkline.render();
}
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in wagashi
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.