file_integrity-0.1.2 has been yanked.
file_intergity
The File Integrity Library is a Rust crate designed to help you calculate MD5 hashes for files and generate JSON reports of the file integrity status. This can be useful for verifying the integrity of files in a list, such as during software distribution or system monitoring.
Features
- Calculate hashes for a list of files.
- Calculate hashes for file contents.
- Generate JSON reports of file integrity status.
Installation
Add this crate to your Cargo.toml:
[]
= "0.1.2"
Usage
Hashing a Single File
use hash_file;
Hashing Files from a List
use hash_file_list;
Writing JSON Reports
use ;