Skip to main content

Module toml

Module toml 

Source
Expand description

TOML format backend (format-preserving via toml_edit).

Functionsยง

load
save
set_preserving
Edit an existing TOML item without reserializing the surrounding document.
unset_preserving
Remove an existing TOML item through toml_edit, retaining document decor.