Enforce no missing docs in all crates (+ add docs that were missing)
[rust-lightning] / lightning-block-sync / src / rpc.rs
index d59401e0f1c090d084f811cc6b9d8be731887ff9..cc3bc4525a1289fbe0d87344b4c865458182f480 100644 (file)
@@ -1,3 +1,6 @@
+//! Simple RPC client implementation which implements [`BlockSource`] against a Bitcoin Core RPC
+//! endpoint.
+
 use crate::{BlockHeaderData, BlockSource, AsyncBlockSourceResult};
 use crate::http::{HttpClient, HttpEndpoint, JsonResponse};