From 11dd0197d82b65a17bc37e444cfccffca1059f18 Mon Sep 17 00:00:00 2001 From: thiolliere Date: Thu, 24 Oct 2019 13:44:05 +0200 Subject: [PATCH] doc --- cumulus/network/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cumulus/network/src/lib.rs b/cumulus/network/src/lib.rs index f3a04c1bbb..e1d5a73736 100644 --- a/cumulus/network/src/lib.rs +++ b/cumulus/network/src/lib.rs @@ -12,6 +12,10 @@ use codec::{Decode, Encode}; use std::marker::PhantomData; +//! Cumulus-specific network implementation. +//! +//! Contains message send between collators and logic to process them. + /// Justification that a parachain block is the parachain block candidate of one of the relay chain /// validator. #[derive(Encode, Decode)]