Provide implementations for Sink and Stream
Open
- Dominant language
- Rust
- Stars
- 43
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I think it would be a great addition to also provide `Sink` and `Stream` implementations for `Duplex`.
```rust
impl, W> Stream for Duplex {}
impl> Sink for Duplex {}
```
I’d be happy to provide a PR.
Contributor guide
Assessment
This issue has not been assessed yet.