59 releases
| new 0.3.173 | Jun 8, 2026 |
|---|---|
| 0.3.172 | Jun 7, 2026 |
| 0.3.162 | May 31, 2026 |
| 0.3.124 | Apr 30, 2026 |
| 0.3.99 | Mar 23, 2026 |
#5 in #api-config
81KB
1.5K
SLoC
Configuration types for MockForge
This crate contains pure configuration data types used across the MockForge workspace. It is a leaf crate with no internal MockForge dependencies, containing only structs and enums that are serializable with serde.
Types that require I/O, validation logic, or depend on core-specific types remain
in mockforge-core.
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.
Dependencies
~1–2.2MB
~41K SLoC