An open API service indexing awesome lists of open source software.

https://github.com/tmpfs/read-progress-stream

Wrap a futures stream and report bytes read progress.
https://github.com/tmpfs/read-progress-stream

Last synced: 10 months ago
JSON representation

Wrap a futures stream and report bytes read progress.

Awesome Lists containing this project

README

          

# Read Progress Stream

Wrap a futures stream and report bytes so that uploading files can indicate progress.

To see an example progress bar run:

```
cargo test -- --nocapture
```