flowstdlib 1.0.0

The standard library of functions and flows for 'flow' programs
Documentation
1
2
3
4
5
6
//! functions for chart/visualization generation
//! ## Charts (//flowstdlib/charts)

/// A module that renders an array of numbers as a histogram bar chart image
#[path = "histogram/histogram.rs"]
pub mod histogram;