Organize API modules

This commit is contained in:
timvisee 2018-03-08 23:11:21 +01:00
parent 7a56dabd39
commit c32a55c82f
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
10 changed files with 21 additions and 18 deletions

View file

@ -5,10 +5,7 @@ pub extern crate url;
#[macro_use]
extern crate serde_derive;
pub mod b64;
pub mod action;
pub mod crypto;
pub mod key_set;
pub mod metadata;
pub mod file;
pub mod reader;
pub mod send_file;
pub mod upload;