pub fn insert_bin(
doc: &mut DocumentMut,
name: &str,
path: &str,
required_features: &[String],
) -> Result<(), CargoTomlError>Available on crate feature
module only.Expand description
Inserts a new [[bin]] entry, preserving all other formatting/comments.