robotech 0.3.2

Backend service implementation for the RoboTech platform, providing RESTful APIs and business logic for web applications.
Documentation
1
2
3
4
5
pub mod db_settings;
pub mod web_server_settings;

pub use db_settings::DbSettings;
pub use web_server_settings::WebServerSettings;