quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Expose Write Structs like Read structs. #1317

Closed TimonPost closed 2 years ago

TimonPost commented 2 years ago

The Write structs were not exposed while they are part of the public API, updated it such that similarly exposed like the Read structs. This PR is for the 8.1 branch.

djc commented 2 years ago

Thanks!