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.