From 2ecd9030f49e8d2dacd50b9daefdfbce2aa20c0d Mon Sep 17 00:00:00 2001 From: Denis Varlakov Date: Fri, 21 Jun 2024 13:06:33 +0200 Subject: [PATCH] Fix links in the docs --- givre/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/givre/src/lib.rs b/givre/src/lib.rs index bbaada1..9495ca0 100644 --- a/givre/src/lib.rs +++ b/givre/src/lib.rs @@ -42,6 +42,9 @@ //! * [`round_based::Incoming`] and [`round_based::Outgoing`] wrap `Msg` and provide additional data (e.g., sender/recepient) //! * [`futures::Stream`] and [`futures::Sink`] are well-known async primitives. //! +//! [`futures::Stream`]: https://docs.rs/futures/latest/futures/stream/trait.Stream.html +//! [`futures::sink`]: https://docs.rs/futures/latest/futures/sink/trait.Sink.html +//! //! Transport layer implementation needs to meet requirements: //! * All messages must be authenticated \ //! Whenever one party receives a message from another, the receiver should cryptographically