rsar 0.2.1

Simple archiver written in Rust
# 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>`