5 releases
| 0.1.4 | Oct 23, 2025 |
|---|---|
| 0.1.3 | Nov 3, 2024 |
| 0.1.2 | Nov 3, 2024 |
| 0.1.1 | Oct 27, 2024 |
| 0.1.0 | Sep 29, 2024 |
#15 in #file-path
11KB
157 lines
crc32c-cli
A simple CLI wrapper for the crc32c crate.
Usage
# 1. install.
cargo install crc32c-cli
# 2. run.
crc32c /path/to/file
#> 00000000 /path/to/file
# 3. use multiple threads.
crc32c --threads 32 /path/to/file
#> 00000000 /path/to/file
Dependencies
~1.1–1.8MB
~33K SLoC