Function vlq::encode [] [src]

pub fn encode(value: i64, output: &mut Write) -> Result<()>

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