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=valuepairs. - 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.