Expand description
Helpers to verify a packaged .crate
file.
Functionsยง
- hash_
all ๐ - Hashes everything under a given directory.
- report_
hash_ ๐difference - Reports the hash difference before and after the compilation computed by
hash_all
. - run_
verify - Verifies whether a
.crate
file is able to compile.