# crc32c-cli A simple CLI wrapper for the [crc32c](https://crates.io/crates/crc32c) crate. ## Usage ```bash # 1. install. cargo install crc32c-cli # 2. run. crc32c /path/to/file #> 00000000 /path/to/file ```