arc-rs (AutoRClone-rust) is a complete rewrite of My first attempt at rewriting AutoRClone in python. I chose rust this time round because it's a compiled language and it's speed.
- Implement RClone config parser in rust
- Implement util/arg_parser.py in rust
- Added
clap
depencdency - Added
args.yml
for cmd line argument definition
- Created README