pub const ABI_VERSION: u32 = 3; // 3u32Expand 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