Expand description
Forward-compat unknown-field walking for citum check.
Tolerant style option/section structs capture unknown keys into a
unknown_fields map at parse time (see
docs/specs/FORWARD_COMPATIBILITY.md). This module walks a parsed
Style and reports every populated capture, so CLI surfaces such as
citum check --strict can emit them as warnings or errors.
Structs§
- Unknown
Field Path - A single populated
unknown_fieldscapture located in a parsedStyle.
Functions§
- collect_
unknown_ field_ paths - Walk a parsed
Styleand collect every populatedunknown_fieldscapture (top-level, options, nested option structs, nested citation specs).