5个不稳定版本
0.5.0 | 2022年8月22日 |
---|---|
0.4.1 | 2022年8月22日 |
0.4.0 | 2022年7月13日 |
0.3.2 | 2022年5月8日 |
0.3.1 | 2022年5月8日 |
#20 in #32-bit
7KB
135 行
CHKSUM3
计算文件或多个文件的8位或32位小端校验和。
安装
Cargo
cargoinstall chksum3
从源代码安装
要求
- Rust >= 1.16.0
git clone https://git.gryffyn.io/monarch/chksum3.git
cd chksum3
cargo build --release
使用
Usage: chksum3 [<paths...>] [-b <bits>]
Calculates 8- and 32-bit little endian checksums.
If no paths are specified, or path is "-", checksum is calculated from stdin.
Positional Arguments:
paths input file(s)
Options:
-b, --bits select between 8 or 32 bit sum
--help display usage information
依赖项
~0.8–1.4MB
~30K SLoC