robotech 0.4.0

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;
pub mod db_settings;

pub use db::{init_db, DB_CONN};
pub use db_settings::DbSettings;