Skip to main content

decode_i64

Function decode_i64 

Source
pub fn decode_i64(data: &[u8]) -> Result<i64, DriverError>
Expand description

Decode a 64-bit integer from binary format (8 bytes, big-endian).