boltffi_core 0.22.1

Core runtime types for BoltFFI - high-performance FFI bindings generator
Documentation
1
2
3
4
5
pub const STRING_LEN_SIZE: usize = 4;
pub const VEC_COUNT_SIZE: usize = 4;
pub const OPTION_FLAG_SIZE: usize = 1;
pub const ENUM_TAG_SIZE: usize = 4;
pub const RESULT_TAG_SIZE: usize = 1;