cloudflare / cloudflare/quiche
Is there any struct/trait in quiche that implement trait std::io::Read/Write?
Open
question
- Dominant language
- Rust
- Stars
- 11.8k
- Forks
- 1.1k
- Avg merge
- 21h 9m
- Merged PRs (30d)
- 6
Description
I have a TCP server running in production that I'm now trying to migrate to QUIC.
The client/server example is some kind of complicated, I think it will be much helpful if quiche::Connection(or anything else) implement trait std::io::Read/Write, so anyone having some knowledge of TCPStream can easily adopt quiche in their own program.
I know I can wrap it myself, but it will be much convenient if it is right there.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.