filesystem-hashing-0.3.2 has been yanked.
filesystem-hashing
Track Filesystem Integrity via Snapshots
~ contain a HashMap of the files and their corresponding hash signature from a specified directory.
~ are exported as JSON files.
Snapshot structure
Snapshot Comparison result structure
Usage
Utilized in the following project(s)
sys-compare
Notes
~ It is advised to **exclude** tmp directories, mail spools, log directories, proc filesystems,
user's home directories, web content directories, and psuedo-device files.
~ It is advised to **include** all system binaries, libraries, include files, system source files.
~ It is also advisable to include directories you don't often look in such as /dev, or /usr/man/.
Development and Collaboration
Feel free to open a pull request, please run the following prior to your submission please!
echo "Run clippy"; cargo clippy -- -D clippy::all
echo "Format source code"; cargo fmt -- --check