converted main library module to a more structural architecture

This commit is contained in:
Jolimaitre Matthieu 2021-11-12 15:27:39 +01:00
parent b95003257d
commit 3c9f92a1ab
5 changed files with 80 additions and 38 deletions

View file

@ -1,5 +1,6 @@
pub mod config;
pub mod database;
pub mod event;
pub mod harsh;
pub mod http;
pub mod log;