heatman 0.1.1

Creating heatmap image from given CSV file
Documentation
---
title: "⚓️ Install"
date: 2026-03-27
---

## 🍺 Homebrew

```sh
$ brew tap tamada/brew
$ brew install heatman
```

## 💪 Build from source codes

```sh
git clone https://github.com/tamada/heatman.git
cd heatman
cargo build --release
```