Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killercup/async-read-progress
Extension traits for inspecting AsyncRead progress.
https://github.com/killercup/async-read-progress
async-await rust
Last synced: 22 days ago
JSON representation
Extension traits for inspecting AsyncRead progress.
- Host: GitHub
- URL: https://github.com/killercup/async-read-progress
- Owner: killercup
- License: apache-2.0
- Created: 2020-04-28T21:33:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T19:12:11.000Z (over 3 years ago)
- Last Synced: 2024-11-08T14:58:56.585Z (about 2 months ago)
- Topics: async-await, rust
- Language: Rust
- Homepage: https://docs.rs/async-read-progress
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Async Read Progress
Context: Rust, async/await, async readers.
Extension traits for inspecting `AsyncRead` progress.
Supports futures 0.3 and tokio 0.2.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.