mockforge-config 0.3.131

Configuration types for MockForge
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# mockforge-config

Configuration types for [MockForge](https://mockforge.dev).

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

```rust
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.