docs.rs failed to build heatmap-0.1.0
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 provides a time-series of Histograms, which is useful for recording distributions over time and reporting percentiles over time

Goals

  • pre-allocated datastructure
  • report time-series percentiles
  • auto-slicing by record time

Future work

  • make it work
  • make it awesome
  • add roll-up

Usage

Create a heatmap. Insert values over time. Profit.


use heatmap::*;