pub fn validate_uniqueness(
name: &str,
version: &str,
existing_skills: &HashSet<(String, String)>,
) -> Result<(), ValidationError>Expand description
Validate name + version uniqueness Checks if a skill with the same name and version already exists