[][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

ParserError

The Err enum indicates the parser was not successful

Traits

Offset

useful functions to calculate the offset between slices and show a hexdump of a slice

Type Definitions

ParserResult

Return type of parsers