# 🥧 Wholesum

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>).