mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 17:55:37 +00:00
docs(quinn): remove restriction to tokio
With https://github.com/quinn-rs/quinn/pull/1364 `quinn` is no longer restricted to `tokio`. Commit updates the crate heading accordingly.
This commit is contained in:
committed by
Benjamin Saunders
parent
390f2ebeba
commit
c17315fa10
+1
-1
@@ -1,4 +1,4 @@
|
||||
//! QUIC transport protocol support for Tokio
|
||||
//! QUIC transport protocol implementation
|
||||
//!
|
||||
//! [QUIC](https://en.wikipedia.org/wiki/QUIC) is a modern transport protocol addressing
|
||||
//! shortcomings of TCP, such as head-of-line blocking, poor security, slow handshakes, and
|
||||
|
||||
Reference in New Issue
Block a user