Skip to main content

HURRAY_C_ABI_VERSION

Constant HURRAY_C_ABI_VERSION 

Source
pub const HURRAY_C_ABI_VERSION: u32 = 4;
Expand description

The integer version of the Hurray C ABI exposed by this build.

Callers SHOULD retrieve this at runtime via hurray_c_abi_version and compare it to the version they were compiled against.

ยงExamples

use hurray_ffi::HURRAY_C_ABI_VERSION;

assert_eq!(HURRAY_C_ABI_VERSION, 4);