3 unstable releases
0.2.1 | Dec 18, 2020 |
---|---|
0.1.1 | Dec 18, 2020 |
0.1.0 | Dec 18, 2020 |
#556 in Compression
9KB
191 lines
rsar
Simple archiver written in Rust
Installation
cargo install rsar
Usage
-
Create an archive:
rsar -c <filename> <folder> [-os | --override-side]
-os allows you to override the maximum folder size (default: 2GB for security reasons). WARNING: Activate that only if you know what you are doing and if you have enough RAM
-
Extract an archive:
rsar -x <filename>
Dependencies
~0.6–1.4MB
~32K SLoC