validate_version

Function validate_version 

Source
pub fn validate_version(version: &str) -> Result<()>
Expand description

Validate a version string

Checks if a version string is in a valid format. Accepts semantic versioning and other common version formats.