Crate metalmq_codec[][src]

Expand description

Data structures and converter functions for dealing with AMQP frames.

All the data types are in the frame module, the codec implements the encoding and the decoding.

Modules

Macros

Shorthand for making errors with error code and error message.

Structs

Error struct used by the crate.

Type Definitions

Type alias for a sync and send error.

Type alias for a simplified Result with Error.