mockforge-config 0.3.124

Configuration types for MockForge
Documentation

mockforge-config

Configuration types for MockForge.

This crate contains pure configuration data types (structs and enums) used across the MockForge workspace. It is a leaf crate with no internal MockForge dependencies.

Usage

use mockforge_config::{HttpConfig, ServerConfig, AdminConfig};

Types that require I/O, validation logic, or depend on core-specific types remain in mockforge-core, which re-exports everything from this crate for backward compatibility.