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.
- Host: GitHub
- URL: https://github.com/tmpfs/read-progress-stream
- Owner: tmpfs
- Created: 2021-01-15T06:30:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T04:39:57.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T19:05:19.926Z (10 months ago)
- Language: Rust
- Homepage:
- Size: 3.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```