summaryrefslogtreecommitdiffstats
path: root/examples/download_progress/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/download_progress/README.md')
-rw-r--r--examples/download_progress/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/download_progress/README.md b/examples/download_progress/README.md
new file mode 100644
index 00000000..c6311163
--- /dev/null
+++ b/examples/download_progress/README.md
@@ -0,0 +1,15 @@
+## Download Progress
+
+Downloading a file asynchronously with a `Subscription` while displaying the progress with a `ProgressBar`.
+
+<div align="center">
+ <a href="https://gfycat.com/watchfulwelcomeladybird">
+ <img src="https://gfycat.com/watchfulwelcomeladybird">
+ </a>
+</div>
+
+You can run it with `cargo run`:
+
+```
+cargo run --package download_progress
+```