index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
download_progress
/
src
/
download.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-21
Use new `async ||` closure syntax :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-21
Update all `examples` to Rust 2024
Héctor Ramón Jiménez
1
-1
/
+1
2025-02-11
Use `sipper` in `download_progress`
Héctor Ramón Jiménez
1
-14
/
+9
2024-11-22
Use `Task::run` in `download_progress` example
Héctor Ramón Jiménez
1
-15
/
+4
2024-09-10
Fix `download_progress` and make it work on Wasm
Héctor Ramón Jiménez
1
-66
/
+37
2024-07-05
Hide `Subscription` internals
Héctor Ramón Jiménez
1
-4
/
+10
2024-04-08
Remove extra Download struct from dowload_progress example
alex-ds13
1
-6
/
+0
2023-04-11
Implement `subscription::channel` and simplify `unfold`
Héctor Ramón Jiménez
1
-10
/
+7
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-15
Remove unnecessary `unreachable!` in `download_progress` example
Héctor Ramón Jiménez
1
-3
/
+1
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-70
/
+52
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-15
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
1
-84
/
+69
2021-02-12
Improve download_progress example (#283)
Folyd
1
-15
/
+31
2020-03-24
Fix `Recipe::hash` in `download_progress` example
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-23
Handle errors in `download_progress` example
Héctor Ramón Jiménez
1
-11
/
+27
2020-03-23
Rename `downloader` module to `download`
Héctor Ramón Jiménez
1
-3
/
+3
2020-03-23
Improve `download_progress` example
Héctor Ramón Jiménez
1
-51
/
+46
2020-03-23
Add example for download with progress tracking
Songtronix
1
-0
/
+99