fast-heatmap 0.1.0

Blazing fast crate to generate heatmap images with data points
Documentation
  • Coverage
  • 80%
    4 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 7.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 90.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • adryzz

fast-heatmap

Blazing fast crate to generate heatmap images with data points

Key features

  • Wicked fast, it usually gets auto-vectorized by rustc.
  • Simple, has zero dependencies, and is fully no_std.
  • Customizable, you can easily specify a custom color palette without compromising speed.