This is a simple multi-threaded download manager written in Rust.
By ruzhila.cn.
🚀 100-line-code A collection of learning projects written in 100 lines of code
- Multi-threaded download manager.
- No need for tokio.
- Learn command line arguments, mpsc, file operations, etc.
Usage: mget_rs [OPTIONS] <URL>
Arguments:
<URL>
Options:
-t, --threads <THREADS> [default: 2]
-o, --output <OUTPUT>
-v, --verbose
-h, --help Print help
-V, --version Print version