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 ;
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.