Skip to main content

ABI_VERSION

Constant ABI_VERSION 

Source
pub const ABI_VERSION: u32 = 3; // 3u32
Expand description

ABI version for compatibility checking ABI version for compatibility checking

Version history:

  • v1: Initial release with MessagePack-based load()
  • v2: Added load_binary() for high-performance binary columnar format
  • v3: Added module invoke_ex() typed payloads for table fast-path marshalling