smokehash-0.1.0 is not a library.
Smoke Hash

Check for file changes across your filesystem (Windows, Linux, macOS - if your system is not listed, try with cargo install or download source and build)
Installation
or use binary fro your OS from Github releases page
Use cases
- Automated trading bots logs - you can check for activity
- Check for automatically donloaded contente - if it changed
- Lookup your logs - maybe someone finnaly visited your website
- On penetration testing contracts - look for changes in extracted cookies, sql databases and such
- Overall changes in files - you just want to know
Excerpt from help
Roadmap
- Compartmentalize (make more functions) - right now program is in
src/main.rsfile - Write proper unit tests, when comparmentalization is done
- Add
.gitignoreparsing as a bool flag toclap- which will look in every directory for a.gitignorefile and will use it
License
Apache-2.0 or MIT