Module sigma_ser::vlq_encode[][src]

Expand description

VLQ encoder

Enums

VlqEncodingError

Ways VLQ encoding/decoding might fail

Traits

ReadSigmaVlqExt

Read and decode values using VLQ (+ ZigZag for signed values) encoded and written with WriteSigmaVlqExt for VLQ see [[https://en.wikipedia.org/wiki/Variable-length_quantity]] for ZigZag see https://developers.google.com/protocol-buffers/docs/encoding#types

WriteSigmaVlqExt

Write encoded unsigned values using VLQ and signed values first with ZigZag, then using VLQ for VLQ see [[https://en.wikipedia.org/wiki/Variable-length_quantity]] for ZigZag see https://developers.google.com/protocol-buffers/docs/encoding#types