fast-heatmap

Crates.iofast-heatmap
lib.rsfast-heatmap
version0.1.0
sourcesrc
created_at2023-07-28 13:34:01.516512
updated_at2023-07-28 13:34:01.516512
descriptionBlazing fast crate to generate heatmap images with data points
homepage
repository
max_upload_size
id928530
size7,572
Lena (adryzz)

documentation

README

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.
Commit count: 0

cargo fmt