33 releases (20 breaking)
new 0.20.4 | Dec 12, 2024 |
---|---|
0.20.2 | Nov 27, 2024 |
0.15.0 | Jul 27, 2024 |
0.8.0 | Mar 6, 2024 |
0.0.0-alpha.1 |
|
#246 in Filesystem
606 downloads per month
285KB
8K
SLoC
Portable Network Archive
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
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~25–68MB
~1M SLoC