summaryrefslogtreecommitdiffstats
path: root/examples/download_progress (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+7
|
* Improve download_progress example (#283)Libravatar Folyd2021-02-124-81/+168
| | | | | | | | | | | | | | | | | | | | | * Add advanced download example * Rename to task fields and variables * Cargo fmt advanced_download/src/download.rs * Add progress bar for advanced download example * Merge two download examples to single one * Apply great review suggestions * Change to url::Url instead of plain String * Simplify `download_progress` example * Update `README` of `download_progress` example Co-authored-by: Héctor Ramón Jiménez <hector0193@gmail.com>
* Introduce `tokio_old` featureLibravatar Héctor Ramón Jiménez2020-11-251-1/+1
| | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version.
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-1/+1
|
* Allow passing external state to `Application::new`Libravatar Héctor Ramón Jiménez2020-03-301-1/+2
|
* Fix `Recipe::hash` in `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-241-0/+2
|
* Fix retry button on `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-231-2/+4
|
* Update `README` of examplesLibravatar Héctor Ramón Jiménez2020-03-231-4/+6
|
* Handle errors in `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-232-11/+43
|
* Rename `downloader` module to `download`Libravatar Héctor Ramón Jiménez2020-03-232-9/+9
|
* Improve `download_progress` exampleLibravatar Héctor Ramón Jiménez2020-03-233-114/+117
| | | | | - Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum
* Add example for download with progress trackingLibravatar Songtronix2020-03-234-0/+243