A downloader written in Rust.
``` terradn 0.1.0 Hossein Dindar hosseind2017@gmail.com A file downloader in rust
USAGE:
terradn [FLAGS] [OPTIONS]
FLAGS: -c, --continue resume getting a partially-downloaded file -h, --help Prints help information -H, --headers prints the headers sent by the HTTP server -q, --quiet quiet (no output) -s, --singlethread download using only a single thread -V, --version Prints version information
OPTIONS:
-U, --useragent
ARGS:
```
Via cargo
cargo install terradn
This project is license used the MIT license. See LICENSE for more details.