[placeholder]
To use heatmap, first add this to your Cargo.toml:
heatmap
Cargo.toml
toml [dependencies] heatmap = "*"
Then, add this to your crate root:
rust extern crate heatmap;