Añade una arquitectura escalable basada en módulos

This commit is contained in:
Manuel Cillero 2022-02-10 23:58:22 +01:00
parent e1ea149988
commit 4e23523e80
10 changed files with 108 additions and 19 deletions

View file

@ -1,3 +1,7 @@
// Global.
pub use once_cell::sync::Lazy;
pub mod core;
pub use actix_web::main;