robotech 1.3.1

Backend service implementation for the RoboTech platform, providing RESTful APIs and business logic for web applications.
Documentation
#[cfg(feature = "api-client")]
pub mod api_client;
#[cfg(feature = "base")]
pub mod cst;
#[cfg(feature = "crud")]
pub mod db;
#[cfg(feature = "base")]
pub mod dto;
#[cfg(feature = "svr")]
pub mod env;
#[cfg(feature = "svr")]
pub mod log;
#[cfg(feature = "base")]
pub mod ro;
#[cfg(feature = "svr")]
pub mod config;
#[cfg(any(feature = "web", feature = "crud"))]
pub mod svc;
#[cfg(feature = "web")]
pub mod web;