Skip to main content

Module config

Module config 

Source
Expand description

Configuration loading and helpers for TARDIS.

  • Reads config.toml from the user-specific config directory ($XDG_CONFIG_HOME/tardis or 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.