Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new `async ||` closure syntax :tada: | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Update all `examples` to Rust 2024 | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Use `sipper` in `download_progress` | 2025-02-11 | 1 | -14/+9 | |
| | |||||
* | Use `Task::run` in `download_progress` example | 2024-11-22 | 1 | -15/+4 | |
| | |||||
* | Fix `download_progress` and make it work on Wasm | 2024-09-10 | 1 | -66/+37 | |
| | | | | Co-authored-by: Skygrango <skygrango@gmail.com> | ||||
* | Hide `Subscription` internals | 2024-07-05 | 1 | -4/+10 | |
| | | | | .. and introduce `stream::channel` helper | ||||
* | Remove extra Download struct from dowload_progress example | 2024-04-08 | 1 | -6/+0 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -10/+7 | |
|\ | |||||
| * | Implement `subscription::channel` and simplify `unfold` | 2023-04-11 | 1 | -10/+7 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -1/+1 | |
|/ | |||||
* | Remove unnecessary `unreachable!` in `download_progress` example | 2022-03-15 | 1 | -3/+1 | |
| | |||||
* | Simplify `run` and `unfold` helpers to build a `Subscription` | 2022-01-17 | 1 | -70/+52 | |
| | |||||
* | Draft `websocket` example :tada: | 2022-01-16 | 1 | -0/+1 | |
| | |||||
* | Use `subscription::run` for `download_progress` example | 2022-01-15 | 1 | -84/+69 | |
| | |||||
* | Improve download_progress example (#283) | 2021-02-12 | 1 | -15/+31 | |
| | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Fix `Recipe::hash` in `download_progress` example | 2020-03-24 | 1 | -0/+2 | |
| | |||||
* | Handle errors in `download_progress` example | 2020-03-23 | 1 | -11/+27 | |
| | |||||
* | Rename `downloader` module to `download` | 2020-03-23 | 1 | -0/+94 | |