Skip to content

Commit

Permalink
Fix links in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 21, 2024
1 parent 1b62e83 commit 2ecd903
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions givre/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ecd903

Please sign in to comment.