| Crates.io | filehasher |
| lib.rs | filehasher |
| version | 0.3.0 |
| created_at | 2022-03-07 10:09:52.926705+00 |
| updated_at | 2022-03-09 15:09:29.087508+00 |
| description | CLI utility, which outputs hash of provided file. |
| homepage | |
| repository | https://github.com/n1clud3/filehasher |
| max_upload_size | |
| id | 544930 |
| size | 3,777,586 |

CLI utility, which outputs hash of the given file.
filehasher [OPTIONS] <PATH>
<PATH> - Path to the file
-a, --algorithm - hash algorithm to use. md5 by default.
For possible values, please see filehasher --help
-u, --unformatted - use it to print raw digest instead of pretty line.
Useful for pipe operations idk.