diff --git a/src/provider/mod.rs b/src/provider/mod.rs index e9cec70..787b9a8 100644 --- a/src/provider/mod.rs +++ b/src/provider/mod.rs @@ -1,4 +1,6 @@ //! This modules abstracts data sources and merges them in a single virtual one +//! +//! It is also responsible for syncing them together use std::error::Error; use std::collections::HashSet;