Add module Doc comments.

This commit is contained in:
Jordan Petridis
2017-11-28 09:38:05 +02:00
parent 7dd8755bcb
commit e4a7a7becf
4 changed files with 7 additions and 11 deletions
+2
View File
@@ -1,3 +1,5 @@
//! Index and retrieve Feeds.
use rayon::prelude::*;
use diesel::prelude::*;
use rayon::iter::IntoParallelIterator;
+3
View File
@@ -2,6 +2,9 @@
#![warn(missing_docs)]
#![cfg_attr(feature = "cargo-clippy", allow(blacklisted_name))]
//! A libraty for parsing, indexing and retrieving podcast Feeds,
//! into and from a Database.
#[macro_use]
extern crate error_chain;
+2
View File
@@ -1,3 +1,5 @@
//! Helper utilities for accomplishing various tasks.
use rayon::prelude::*;
use chrono::prelude::*;