Skip to main content

Module config

Module config 

Source
Expand description

Global zig configuration loaded from ~/.zig/config.toml.

Every field is optional so partial files are valid. Missing or unreadable files fall back to built-in defaults.

Structs§

MemorySection
[memory] section of the global config file.
ZigConfig
Top-level config structure backing ~/.zig/config.toml.