data-encoding-bin 0.3.1

Swiss Army knife for data-encoding
To install the binary from the [github] repository:

```
make install
```

To install the latest version published on `crates.io` (does not require to clone the repository):

```
cargo install data-encoding-bin
```

By default, the binary will be installed as `~/.cargo/bin/data-encoding`.
Assuming `~/.cargo/bin` is in your `PATH` environment variable, you can see the
usage by running:

```
data-encoding --help
```

[github]: https://github.com/ia0/data-encoding