pub fn overwrite_str(doc: &str, scripts: &str) -> Result<String>
Expand description

Replaces the contents of the specified TOML document based on the specified scripts, returning edited document as string.

See overwrite for more.