pub fn overwrite_str(doc: &str, scripts: &str) -> Result<String>
Replaces the contents of the specified TOML document based on the specified scripts, returning edited document as string.
See overwrite for more.
overwrite