File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 88env :
99 RUST_BACKTRACE : 1
1010 toolchain_style : stable
11- toolchain_msrv : 1.56
11+ toolchain_msrv : 1.57
1212 toolchain_doc : nightly-2022-12-01
1313 toolchain_lint : stable
1414 toolchain_fuzz : nightly-2022-12-01
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
3535* HTTP/3 client and server implementation
3636* Async only API
3737* 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)
3839* Supported QUIC implementations to date are
3940 [ Quinn] ( https://github.com/quinn-rs/quinn ) ([ h3-quinn] ( ./h3-quinn/ ) )
4041 and [ s2n-quic] ( https://github.com/aws/s2n-quic )
You can’t perform that action at this time.
0 commit comments