signed_decode

Function signed_decode 

Source
pub fn signed_decode(buf: &[u8], value: &mut i64) -> usize
Expand description

Decode a byte slice into a i64 (signed) integer. Returns how many bytes were decoded.