rsar

Crates.iorsar
lib.rsrsar
version0.2.1
sourcesrc
created_at2020-12-18 16:03:08.883795
updated_at2020-12-18 20:43:04.184082
descriptionSimple archiver written in Rust
homepage
repositoryhttps://github.com/wafelack/rsar
max_upload_size
id324367
size25,506
Wafelack (Wafelack)

documentation

https://github.com/wafelack/blob/master/README.md

README

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>

Commit count: 0

cargo fmt