Expand description
TOML config loader with auto-create from template.
Structs§
- Field
Error - A field-level validation error with structured context.
Functions§
- load_
toml_ config - Load a TOML config file and deserialize it into T.
- parse_
toml_ config - Load a TOML config from a string (useful for testing).
- validate_
config - Validate a TOML config string and return structured field-level errors.