We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9650fcb commit 50c2d12Copy full SHA for 50c2d12
README.md
@@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
35
* HTTP/3 client and server implementation
36
* Async only API
37
* QUIC transport abstraction via traits in the [`quic`](./h3/src/quic.rs) module
38
+* Runtime independent (h3 does not spawn tasks and works with any runtime)
39
* Supported QUIC implementations to date are
40
[Quinn](https://github.com/quinn-rs/quinn) ([h3-quinn](./h3-quinn/))
41
and [s2n-quic](https://github.com/aws/s2n-quic)
0 commit comments