async-rs / async-rs/duplexify

Provide implementations for Sink and Stream

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.