src/client.rs: improve library structure and docu

This commit is contained in:
Dietmar Maurer
2019-02-14 11:11:39 +01:00
parent 18a1aa4858
commit 151c6ce27d
6 changed files with 71 additions and 39 deletions

View File

@ -61,11 +61,7 @@ pub mod cli {
pub mod api2;
pub mod client {
pub mod http_client;
pub mod catar_backup_stream;
}
pub mod client;
pub mod getopts;
pub mod auth_helpers;