Function cargo::util::toml::normalize_package_readme
source ยท 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
.