This commit is contained in:
daladim 2021-10-08 23:03:43 +02:00
parent 38fd04c3a4
commit f7ec5d29be

View file

@ -1,4 +1,6 @@
//! This modules abstracts data sources and merges them in a single virtual one //! 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::error::Error;
use std::collections::HashSet; use std::collections::HashSet;