From 280c89f149adf54d941b8d3cd165bc358905a76a Mon Sep 17 00:00:00 2001 From: thiolliere Date: Thu, 24 Oct 2019 13:44:05 +0200 Subject: [PATCH] doc --- network/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/network/src/lib.rs b/network/src/lib.rs index f3a04c1bbb..e1d5a73736 100644 --- a/network/src/lib.rs +++ b/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)]