Skip to main content

version_atleast

Function version_atleast 

Source
pub const fn version_atleast(major: u32, minor: u32, patch: u32) -> bool
Expand description

Rust equivalent of the LIBVERSION_VERSION_ATLEAST macro.