cloudflare / cloudflare/quiche

Is there any struct/trait in quiche that implement trait std::io::Read/Write?

Open
#984 1 comment 0 reactions 0 assignees View on GitHub
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

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.