Skip to main content

Module ini

Module ini 

Source
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.