#heatmap #image #data #data-analysis #graph #data-points

no-std fast-heatmap

Blazing fast crate to generate heatmap images with data points

1 unstable release

0.1.0 Jul 28, 2023

#357 in Visualization

24 downloads per month

MIT license

7KB
91 lines

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.

No runtime deps