Crates.io | wholesum |
lib.rs | wholesum |
version | |
source | src |
created_at | 2021-10-28 15:48:03.310883 |
updated_at | 2024-12-08 12:06:24.08587 |
description | Wholesome collection of file hashing algorithms all bundled in a single tool. Like sha256sum, b3sum and others, but one: the whole-sum. |
homepage | https://github.com/dnaka91/wholesum |
repository | https://github.com/dnaka91/wholesum |
max_upload_size | |
id | 473611 |
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` |
size | 0 |
Wholesome collection of file hashing algorithms all bundled in a single tool. Like sha256sum
,
b3sum
and others, but one: the whole-sum.
Have the latest rustup
, rust
toolchain and cargo
installed and run:
cargo build
Run the binary with the --help
flag to get detailed instructions.
This project is licensed under the AGPL-3.0 License (or https://www.gnu.org/licenses/agpl-3.0.html).