fn normalize_package_readme(
package_root: &Path,
readme: Option<&StringOrBool>,
) -> Option<String>
Expand description
Returns the name of the README file for a manifest::TomlPackage
.
fn normalize_package_readme(
package_root: &Path,
readme: Option<&StringOrBool>,
) -> Option<String>
Returns the name of the README file for a manifest::TomlPackage
.