wholesum

Crates.iowholesum
lib.rswholesum
version
sourcesrc
created_at2021-10-28 15:48:03.310883
updated_at2024-12-08 12:06:24.08587
descriptionWholesome collection of file hashing algorithms all bundled in a single tool. Like sha256sum, b3sum and others, but one: the whole-sum.
homepagehttps://github.com/dnaka91/wholesum
repositoryhttps://github.com/dnaka91/wholesum
max_upload_size
id473611
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Dominik Nakamura (dnaka91)

documentation

README

🥧 Wholesum

CI

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:

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 (or https://www.gnu.org/licenses/agpl-3.0.html).

Commit count: 41

cargo fmt