Skip to main content

Module config_utils

Module config_utils 

Source
Expand description

Shared configuration utilities for Fabryk-based applications.

Provides path resolution, TOML flattening, and environment variable generation utilities that eliminate boilerplate across projects.

Functionsยง

flatten_toml_value
Recursively flatten a TOML value tree into KEY=value pairs.
resolve_base_dir
Determine the base directory for resolving relative config paths.
resolve_opt_path
Resolve an Option<String> path field in place, logging when a path changes.
resolve_path
Resolve a single path against a base directory.