quinn-rs / quinn

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

fix: Make new_with_abstract public again #1596

Closed tthebst closed 1 year ago

tthebst commented 1 year ago

In my previous MR I accidentally made the constructor private. This MR fixes this.