pub fn is_semver<T>(value: T) -> boolwhere T: AsRef<str>,
Returns true if the provided value is a semantic version string.