iced/examples/download_progress
2020-03-23 20:37:30 +01:00
..
src Rename downloader module to download 2020-03-23 20:37:30 +01:00
Cargo.toml Improve download_progress example 2020-03-23 20:34:16 +01:00
README.md Add example for download with progress tracking 2020-03-23 17:53:57 +01:00

Download Progress

Downloading a file asynchronously with a Subscription while displaying the progress with a ProgressBar.

You can run it with cargo run:

cargo run --package download_progress