heatmap 0.1.1

heatmap storage, set of histograms
docs.rs failed to build heatmap-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: heatmap-0.8.0

heatmap - a collection of histograms

[placeholder]

Build Status crates.io License

Usage

To use heatmap, first add this to your Cargo.toml:

[dependencies]
heatmap = "*"

Then, add this to your crate root:

extern crate heatmap;

Features

  • it builds!