Expand description
Asyncronous download with (optional) progress bar and limited amount of workers.
Retriever is based on tokio and reqwest crates dancing together in a beautiful tango.
Structsยง
- Retriever
- Provies an easy interface for parallel downloads with limited workers and progress bar
- Retriever
Builder - Factory which is used to configure the properties of a new Retriever.