From ca9e6e6aa9410b10dbc546c137589f155cb4f1ae Mon Sep 17 00:00:00 2001 From: "@brody4hire - C. Jonathan Brody" Date: Tue, 25 Feb 2025 08:45:58 -0500 Subject: [PATCH] docs: link to manual from front page Co-authored-by: Joe Birr-Pixton --- rustls/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rustls/src/lib.rs b/rustls/src/lib.rs index e13c39ff836..19b1b57b0bd 100644 --- a/rustls/src/lib.rs +++ b/rustls/src/lib.rs @@ -266,6 +266,10 @@ //! //! [`mio`]: https://docs.rs/mio/latest/mio/ //! +//! # Manual +//! +//! The [rustls manual](crate::manual) explains design decisions and includes how-to guidance. +//! //! # Crate features //! Here's a list of what features are exposed by the rustls crate and what //! they mean.