Skip to content

Commit c6c37ad

Browse files
committed
f Re-add crate link
1 parent 62c0a79 commit c6c37ad

File tree

1 file changed

+4
-0
lines changed
  • lightning-rapid-gossip-sync/src

1 file changed

+4
-0
lines changed

lightning-rapid-gossip-sync/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ mod error;
8181
mod processing;
8282

8383
/// The main Rapid Gossip Sync object.
84+
///
85+
/// See [crate-level documentation] for usage.
86+
///
87+
/// [crate-level documentation]: crate
8488
pub struct RapidGossipSync<NG: Deref<Target=NetworkGraph<L>>, L: Deref>
8589
where L::Target: Logger {
8690
network_graph: NG,

0 commit comments

Comments
 (0)