X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=background-processor%2Fsrc%2Flib.rs;h=286bfeddf155123668200e2d5971979bd558d714;hb=2c7c1a6a7a7796d6cbef4a2549fc0a7338fc8fb9;hp=23c18623dc59f90189bd47b831acf05b0d21655c;hpb=18a096775849e8f10457a4b0c51721f1227909b0;p=rust-lightning diff --git a/background-processor/src/lib.rs b/background-processor/src/lib.rs index 23c18623..286bfedd 100644 --- a/background-processor/src/lib.rs +++ b/background-processor/src/lib.rs @@ -1,4 +1,9 @@ +//! Utilities that take care of tasks that (1) need to happen periodically to keep Rust-Lightning +//! running properly, and (2) either can or should be run in the background. See docs for +//! [`BackgroundProcessor`] for more details on the nitty-gritty. + #![deny(broken_intra_doc_links)] +#![deny(missing_docs)] #![deny(unsafe_code)] #[macro_use] extern crate lightning;