waterfall is a library to render a PNG image from a Heatmap. It is expected to be useful in visualising latency measurements over time
To use waterfall
, first add this to your Cargo.toml
:
toml
[dependencies]
waterfall = "0.1.0"
Then, add this to your crate root:
rust
extern crate waterfall;
rusttype
to render annotationsLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.