Module stream_vbyte::decode[][src]

Modules

Traits

Receives numbers decoded via a Decoder in DecodeCursor.decode_sink().

Receives numbers decoded via a Decoder in DecodeCursor.decode_sink() that weren’t handed to DecodeQuadSink.on_quad(), whether because the Decoder implementation doesn’t have a natural quad representation, or because the numbers are part of a trailing partial quad.

Decode bytes to numbers.

For decoders that wish to support slice-based features like the top-level decode() or DecodeCursor’s decode_slice().

Functions

Decode count numbers from input, writing them to output.