[−][src]Module amq_protocol::frame
AMQP Frame handling utils
Re-exports
pub use self::generation::gen_frame; |
pub use self::parsing::parse_frame; |
Modules
| generation | Serialization utils |
| parsing | Parsing utils |
Structs
| AMQPContentHeader | Contente header |
| AMQPRawFrame | Raw AMQP Frame |
Enums
| AMQPChannel | Enum representing an AMQP channel |
| AMQPFrame | The different possible frames |
| AMQPFrameType | The type of AMQP Frame |
| GenError | Base type for generator errors |
Traits
| Offset | useful functions to calculate the offset between slices and show a hexdump of a slice |
Type Definitions
| GenResult | Serialization result |
| ParserError | Error returned by parsers |
| ParserResult | Return type of parsers |