robotech 0.5.1

Backend service implementation for the RoboTech platform, providing RESTful APIs and business logic for web applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "svr")]
pub mod cst;
#[cfg(feature = "svr")]
pub mod ctrl;
#[cfg(feature = "svr")]
pub mod db;
#[cfg(feature = "api")]
pub mod ro;
#[cfg(feature = "svr")]
pub mod svc;
#[cfg(feature = "svr")]
pub mod web_server;