quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.76k stars 380 forks source link

docs(quinn): remove restriction to tokio #1497

Closed mxinden closed 1 year ago

mxinden commented 1 year ago

With https://github.com/quinn-rs/quinn/pull/1364 quinn is no longer restricted to tokio. Commit updates the crate heading accordingly.

Note that I don't feel strongly about this. Just a drive-by contribution.