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
.
pub fn crate_description(crates: &[impl AsRef<str>]) -> String
A description of the crates in this set, suitable for passing to builder.info
.
crates
should be generated by RunConfig::cargo_crates_in_set
.