Split code for modular compilation

This commit is contained in:
Alex Auvolat
2020-04-24 10:10:01 +00:00
parent 51fb3799a1
commit d8f5e643bc
39 changed files with 569 additions and 281 deletions
+5
View File
@@ -0,0 +1,5 @@
#[macro_use]
extern crate log;
pub mod api_server;
pub mod http_util;