github_actions
daladim 2021-10-08 23:03:43 +02:00
parent 38fd04c3a4
commit f7ec5d29be
1 changed files with 2 additions and 0 deletions

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;