Crate file_retriever

Source
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
RetrieverBuilder
Factory which is used to configure the properties of a new Retriever.