crc32c-cli

Crates.iocrc32c-cli
lib.rscrc32c-cli
version0.1.3
sourcesrc
created_at2024-09-29 08:38:17.880589
updated_at2024-11-03 14:39:00.928118
descriptionA simple CLI wrapper for the [crc32c](https://crates.io/crates/crc32c) crate.
homepagehttps://github.com/SF-Zhou/crc32c-cli
repositoryhttps://github.com/SF-Zhou/crc32c-cli
max_upload_size
id1390729
size26,404
(SF-Zhou)

documentation

README

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
Commit count: 4

cargo fmt