This project consists in a from scratch implementation of sha256sum in Rust. If you are interested in only the SHA-256 implementation without the CLI command, please check out "sha256scratch" crate.
~~~ cargo run --release sha256scratch/samplefilesfor_testing/sample.pdf ~~~
~~~ cargo install sha256from_scratch ~~~
Then you can call the command as following : ~~~ sha256sumfromscratch fileyouwant ~~~