robotech 0.1.0

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
#[cfg(feature = "svr")]
pub mod cst;
#[cfg(feature = "svr")]
pub mod ctrl;
#[cfg(feature = "api")]
pub mod ro;
#[cfg(feature = "svr")]
pub mod svc;