Skip to main content

Module config

Module config 

Source
Expand description

The .evolving/config reader: one typed Config parsed once from the flat key = value file. Defaults match DEFAULT_CONFIG. No TOML dependency — the file is ev-authored and fixed-shape, so a whole-token line scan is enough.

Structs§

Config

Functions§

read
Parse the store’s config; any missing or malformed key falls back to its default.
schema_version
The store’s declared schema_version, read LAZILY (not a parsed Config field, so the Config/DEFAULT_CONFIG lockstep stays intact) and consulted only at the forward-compat tolerate-vs-reject decision. Defaults to 1 (the 0.1.x baseline) when absent or malformed.