Expand description
Configuration loading and helpers for TARDIS.
- Reads
config.tomlfrom the user-specific config directory ($XDG_CONFIG_HOME/tardisor OS default). - Overlays values from environment variables prefixed with
TARDIS_. - Automatically bootstraps the file from an embedded template on first run.
Structs§
- Config
- In-memory representation of the user configuration.
Functions§
- config_
path - Resolve the absolute path to
config.toml.