simplify backup lib structure (pub use xxx:*), improve doc

This commit is contained in:
Dietmar Maurer
2019-02-12 14:13:31 +01:00
parent d78345bcfc
commit e5064ba607
10 changed files with 42 additions and 20 deletions

View File

@ -10,7 +10,7 @@ use serde_json::{json, Value};
use crate::config::datastore;
use crate::backup::datastore::*;
use crate::backup::*;
mod catar;