Crate ironmq_codec

Source
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§

codec
frame

Macros§

frame_error
Shorthand for making errors with error code and error message.

Structs§

FrameError
Error struct used by the crate.

Type Aliases§

Error
Type alias for a sync and send error.
Result
Type alias for a simplified Result with Error.