assembly-pack 0.2.2

Packages module for the assembly crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# assembly-pack

This crate contains the pack/archives related file formats of the
[assembly](https://crates.io/crates/assembly) library.

## Installation

```shell
$ cargo install --examples assembly-pack
```

## Examples

```shell
$ sd0-decode infile.sd0 outfile
```