wholesum 0.2.4

Wholesome collection of file hashing algorithms all bundled in a single tool. Like sha256sum, b3sum and others, but one: the whole-sum.
Documentation
# 🥧 Wholesum

![CI](https://github.com/dnaka91/wholesum/workflows/CI/badge.svg?branch=main)

Wholesome collection of file hashing algorithms all bundled in a single tool. Like `sha256sum`,
`b3sum` and others, but one: the _whole_-sum.

## Build

Have the latest `rustup`, `rust` toolchain and `cargo` installed and run:

```sh
cargo build
```

## Usage

Run the binary with the `--help` flag to get detailed instructions.

## License

This project is licensed under the [AGPL-3.0 License](LICENSE) (or
<https://www.gnu.org/licenses/agpl-3.0.html>).