shosha256

Crates.ioshosha256
lib.rsshosha256
version
sourcesrc
created_at2024-08-18 08:45:08.11831
updated_at2024-12-25 19:10:40.244124
descriptionA sha256 previewer I made just for fun...
homepage
repository
max_upload_size
id1342482
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | 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
val (valflrt)

documentation

README

This is a sha256 previewer I made just for fun...

usage

You can install it on your computer (assuming you have cargo installed) using:

cargo install shosha256

You can preview the sha256 hash of a string or a file:

a sha256 preview of string "helo !" a sha256 preview of file Cargo.toml

You can also compare the hashes of two files:

a sha256 comparison of the data of files Cargo.toml and Cargo.lock a sha256 comparison of the data of files Cargo.toml and Cargo.toml

Commit count: 0

cargo fmt