We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c0a79 commit c6c37adCopy full SHA for c6c37ad
lightning-rapid-gossip-sync/src/lib.rs
@@ -81,6 +81,10 @@ mod error;
81
mod processing;
82
83
/// The main Rapid Gossip Sync object.
84
+///
85
+/// See [crate-level documentation] for usage.
86
87
+/// [crate-level documentation]: crate
88
pub struct RapidGossipSync<NG: Deref<Target=NetworkGraph<L>>, L: Deref>
89
where L::Target: Logger {
90
network_graph: NG,
0 commit comments