Function encode

Source
pub fn encode<W>(value: i64, output: &mut W) -> Result<()>
where W: Write,
Expand description

Encode a value as Base64 VLQ, sending it to the writer.