pna 0.2.0

PNA(Portable-Network-Archive) decoding and encoding library
Documentation
# Portable-Network-Archive

Portable-Network-Archive (PNA)  
Highly scalable archive format based on the PNG data structure with file compression, splitting and encryption.  

## Installation

```sh
cargo install pna --features cli
```

## Usage

Use the following command to get help.

```sh
pna --help
```

## Specification

For more detail read [Specification](../Specification.md)