11个版本
0.5.2 | 2023年5月19日 |
---|---|
0.5.1 | 2022年1月7日 |
0.4.0 | 2022年1月6日 |
0.3.4 | 2021年12月17日 |
0.1.0 | 2019年7月14日 |
#1250 在 解析器实现
用于 assembly
110KB
2.5K SLoC
assembly-pack
此crate包含assembly库相关的pack/存档文件格式。
示例
此crate附带一些示例二进制文件
安装
$ cargo install --examples assembly-pack
sd0-decode
解压缩sd0流
$ sd0-decode infile.sd0 outfile
sd0-encode
压缩sd0流
$ sd0-encode infile outfile.sd0
pk-crc
计算相对文件路径的循环冗余校验(CRC)
$ pk-crc client/res/data.xml
pk-entries
列出PK文件中的所有条目
$ pk-entries data.pk
pk-file
打印PK文件中的单个条目,给定数值CRC值
$ pk-file data.pk crc
pki-find
在PKI文件中查找特定的CRC
$ pki-find primary.pki crc
pki-list
列出PKI文件中的所有条目
# List all files
$ pki-find -f primary.pki
# List all PK archives
$ pki-find -p primary.pki
md5-sum
计算文件的md5sum
md5-sum file
依赖关系
~0.5–1.9MB
~40K SLoC