Function fourleaf::wire::encode_i64 [] [src]

pub fn encode_i64<W: Write>(w: &mut W, i: i64) -> Result<()>

ZigZag the given signed 64-bit integer to unsigned format, then write it to the given output.