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 scalar item in a TOML document without reserializing the surrounding document. Comments, ordering, whitespace, and datetime syntax outside the target remain owned by toml_edit::DocumentMut.
unset_preserving
Remove an existing TOML item through toml_edit, retaining document decor.