Skip to main content

normalize_package_identity_with_fallback

Function normalize_package_identity_with_fallback 

Source
pub fn normalize_package_identity_with_fallback(
    _root_path: &Path,
    project: &ShapeProject,
    fallback_name: &str,
    fallback_version: &str,
) -> (String, String, String)
Expand description

Normalize project metadata into a canonical package identity with explicit fallbacks.