Function is_semver

Source
pub fn is_semver<T>(value: T) -> bool
where T: AsRef<str>,
Expand description

Returns true if the provided value is a semantic version string.