Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `tokio_old` feature | 2020-11-25 | 1 | -1/+1 | |
| | | | | | This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | ||||
* | Improve `download_progress` example | 2020-03-23 | 1 | -3/+2 | |
| | | | | | - Use `reqwest` with `Response::chunk` to notify progress. - Turn example state into an enum | ||||
* | Add example for download with progress tracking | 2020-03-23 | 1 | -0/+13 | |