paq
paq files to hash.
Hash a single file or all files in directory recursively.
Installation
- Clone repository.
- Run
cargo install --path .
from root of repository.
Usage
Run paq [src]
to hash src (file or directory).
For help, run paq --help
.
Library
Add paq: "0.4.0"
to Cargo.toml
.
Usage
use paq;
let source = "/path/to/source";
let hash: String = hash_source;
println!;
Caution
Needs tests!