Add module and all-pub-things docs and deny missing docs
[rust-lightning] / src / util / ser.rs
index 18e558204963984ebef1f929883c1f7f852f14e3..8c713dfeebef297f6751d756e2966e83fa75b37f 100644 (file)
@@ -1,3 +1,6 @@
+//! A very simple serialization framework which is used to serialize/deserialize messages as well
+//! as ChannelsManagers and ChannelMonitors.
+
 use std::result::Result;
 use std::io::Read;
 use std::collections::HashMap;