This crate contains the pack/archives related file formats of the assembly library.
This crate comes with some example binaries
shell
$ cargo install --examples assembly-pack
sd0-decodeDecompress sd0 streams
shell
$ sd0-decode infile.sd0 outfile
sd0-encodeCompress sd0 streams
shell
$ sd0-encode infile outfile.sd0
pk-crcCalculate the Cyclic-Redundancy-Code (CRC) for a relative file path
shell
$ pk-crc client/res/data.xml
pk-entriesList all entries in a PK file
shell
$ pk-entries data.pk
pk-filePrint a single entry from a PK file given the numeric CRC value
shell
$ pk-file data.pk crc
pki-findFind a specific CRC in the PKI file
shell
$ pki-find primary.pki crc
pki-listList all entries in a PKI file
```shell
$ pki-find -f primary.pki
$ pki-find -p primary.pki ```
md5-sumCalculate the md5sum of a file
shell
md5-sum file