Function bootstrap::builder::crate_description
source · pub fn crate_description(crates: &[impl AsRef<str>]) -> String
Expand description
A description of the crates in this set, suitable for passing to builder.info
.
crates
should be generated by RunConfig::cargo_crates_in_set
.