[][src]Module dove::decoding

The decoding module contains AMQP 1.0 type decoders and rust native type decoders.

Functions

decode_value

Decode an AMQP value from an byte reader. Reads the type constructor first and passes this to the rest of the decoding function.