Skip to main content

encode_signed

Function encode_signed 

Source
pub fn encode_signed(buf: &mut BytesMut, value: i32)
Expand description

Encode a signed integer using minimum octets, two’s complement, big-endian.