Skip to content

Commit 82609f2

Browse files
committed
fmt
1 parent d02da14 commit 82609f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

quinn/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@
4646
//! See [quinn-boring](https://github.com/quinn-rs/quinn-boring/) for an example of integrating another crypto provider.
4747
//!
4848
//! - `rustls`: Enable rustls as the TLS provider for quinn.
49-
//!
49+
//!
5050
//! ### Cryptographic provider features
51-
//!
51+
//!
5252
//! These features control which libraries quinn will use for cryptographic functions.
53-
//!
53+
//!
5454
//! - `ring`: Use the ring library for cryptographic functions. Should not be combined with the `aws-lc-rs` feature as only one library or the other will be used.
5555
//! - `aws-lc-rs`: Use the aws-lc-rs library for crytographic functions. Should not be combined with the `ring` feature as only one library or another can be used.
5656
//! - `aws-lc-rs-fips`: Enable the fips feature for the aws-lc-rs library.
57-
//!
57+
//!
5858
//! ### rustls features
59-
//!
59+
//!
6060
//! These features control which library and features rustls will use for cryptographic functions.
61-
//!
61+
//!
6262
//! - `rustls-ring`: Tell rustls to use the `ring` library for cryptograhic functions.
6363
//! - `rustls-aws-lc-rs`: Tell rustls to use the `aws-lc-rs` library for cryptographic functions.
6464
//! - `rustls-aws-lc-rs-fips`: Tell rustls to use the `aws-lc-rs` library for cryptographic functions, and enable the fips feature of that library.

0 commit comments

Comments
 (0)