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.