[−][src]Crate ironmq_codec
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 Definitions
| Error | Type alias for a sync and send error. |
| Result | Type alias for a simplified Result with Error. |