mockforge-http 0.3.116

HTTP/REST protocol support for MockForge
Documentation
1
2
3
4
5
6
7
//! Service layer for business logic
//!
//! This module contains service implementations that orchestrate
//! business logic and database operations.

#[cfg(feature = "database")]
pub mod forecasting_service;