Function cargo::util::toml::resolve_package_readme
source ยท fn resolve_package_readme(
package_root: &Path,
readme: Option<&StringOrBool>,
) -> Option<String>
Expand description
Returns the name of the README file for a manifest::TomlPackage
.