portable-network-archive

Crates.ioportable-network-archive
lib.rsportable-network-archive
version0.19.1
sourcesrc
created_at2023-03-06 06:28:31.053544
updated_at2024-10-20 01:32:15.617177
descriptionPortable-Network-Archive cli
homepage
repositoryhttps://github.com/ChanTsune/Portable-Network-Archive.git
max_upload_size
id802197
size333,986
(ChanTsune)

documentation

README

Portable Network Archive

test Crates.io

PNA (Portable Network Archive) is a highly scalable archive format that can be compressed, encrypted, and split. Also, its data structure is inspired by the PNG data structure.

Installation

Via Cargo

cargo install portable-network-archive

From Source (via Cargo)

cargo install --git https://github.com/ChanTsune/Portable-Network-Archive.git portable-network-archive

Usage

Creating an Archive

pna create <ARCHIVE> [FILES]...

Extracting an Archive

pna extract <ARCHIVE>

Listing Archived Entries

pna list <ARCHIVE>

Use the following command to get help.

pna --help

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 1172

cargo fmt