robotech 1.5.0

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

pub use ro::rx;