entropy-vis 0.1.0

A CLI utility for visualising the entropy of a file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# entropy-vis

[![Build status](https://github.com/samwho/entropy-vis/workflows/Build/badge.svg)](https://github.com/samwho/entropy-vis/actions)
[![Crates.io](https://img.shields.io/crates/v/entropy-vis.svg)](https://crates.io/crates/entropy-vis)

A simple CLI tool to quickly visualise the entropy of a file.

![](./example.gif)

# Installation

```
$ cargo install entropy-vis
```