Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## install


```bash
cargo binstall rwget
```


## usage


```bash

rwget http://host/file

rwget http://host/file -o name

rwget http://host/file -o ./dir/name
```