Expand description
INI Core v1: a deliberately small, deterministic INI dialect.
Structs§
- IniDocument
- Parsed INI Core v1 source document. The lexer used for semantic loading and source editing is intentionally shared so both paths enforce the same section/key/duplicate rules.
Functions§
- load
- save
- set_
preserving - Replace an existing INI scalar without reordering sections or entries.
- unset_
preserving - Remove an existing INI entry without rewriting the document.