File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343//! ### Crypto features
4444//!
4545//! These features control which crypto providers quinn will use. Currently rustls is the only one baked into this crate.
46- //! See https://github.com/quinn-rs/quinn-boring/ for an example of integrating another crypto provider.
46+ //! 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 crypto provider for quinn.
4949//!
6060//! This will cause a dependency on the `log` crate and will cause logs to be emitted at
6161//! various log levels, for code in quinn or its dependencies.
6262//!
63- //! - `qlog`: Enabled QUIC logs in the qlog format. Reference: https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html
63+ //! - `qlog`: Enabled QUIC logs in the [ qlog format]( https://quicwg.org/qlog/draft-ietf-quic-qlog-main-schema.html).
6464//! - `rustls-log`: Enables logging in the rustls create.
6565//! - `lock_tracking`: Records how long locks are held, and warns if they are held >= 1ms.
6666//! - `tracing-log`: Configure `tracing` to log events via `log` if no `tracing` subscriber exists.
You can’t perform that action at this time.
0 commit comments