TomlEdit

Function TomlEdit 

Source
pub fn TomlEdit(File: &Path, Old: &str, Current: &str) -> Result<bool, Error>
Expand description

Dynamically modifies specific name fields within a Cargo.toml file. This includes package.name, package.default-run, and bin.name.