Function emf_core_base_rs::global::version::is_compatible[][src]

pub fn is_compatible(lhs: &Version, rhs: &Version) -> bool

Checks for compatibility of two versions.

Two compatible versions can be used interchangeably.

Note

This function is not commutative.

Return

true if the versions are compatible, false otherwise.