File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ This library is at [draft 32][current-draft].
16
16
17
17
## Features
18
18
19
- - Simultaneous client/server operation.
20
- - Ordered and unordered stream reads for improved performance.
21
- - Works on stable Rust, tested on Linux, macOS and Windows.
19
+ - Simultaneous client/server operation
20
+ - Ordered and unordered stream reads for improved performance
21
+ - Works on stable Rust, tested on Linux, macOS and Windows
22
22
- Pluggable cryptography, with a standard implementation backed by
23
- [ rustls] [ rustls ] and [ * ring* ] [ ring ] .
24
- - Application-layer datagrams for small, unreliable messages.
25
- - Future-based async API.
26
- - Experimental HTTP over QUIC.
27
- - The minimum supported Rust version is 1.45.0.
23
+ [ rustls] [ rustls ] and [ * ring* ] [ ring ]
24
+ - Application-layer datagrams for small, unreliable messages
25
+ - Future-based async API
26
+ - Experimental HTTP over QUIC
27
+ - The minimum supported Rust version is 1.45.0
28
28
29
29
## Overview
30
30
You can’t perform that action at this time.
0 commit comments