Skip to main content

Module loader

Module loader 

Source
Expand description

TOML config loader with auto-create from template.

Structs§

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