Skip to main content

classify_tag_pin

Function classify_tag_pin 

Source
pub fn classify_tag_pin(tag: &str) -> Option<TagPin>
Expand description

Classify a manifest tag string. Returns None for values that are neither full SemVer nor pure numeric prefixes (e.g. "latest", "feature-x"); such pins are skipped on update and rejected for auto-resolution on install.