TryStream
Open
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
in `future-rs` crate, `future-rs::stream`, there exists Traits `Stream`, `StreamExt`, `TryStream`, `TryStreamExt`, however, in `async-std::stream`, there is only `Stream`, `StreamExt`, and `TryStream`, `TryStreamExt` should be added, or does there exists some workaround when `Result` is the output?
Contributor guide
Assessment
This issue has not been assessed yet.