Module frame

Module frame 

Source
Expand description

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
Content header
AMQPRawFrame
Raw AMQP Frame
ProtocolVersion
Protocol version used
WriteContext
Context around a Write impl that is passed through serializing functions

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§

BackToTheBuffer
Trait for Write types that allow skipping and reserving a slice, then writing some data, then write something in the slice we reserved using the return for our data write.
SerializeFn
Trait for serializing functions

Type Aliases§

GenResult
Holds the result of serializing functions
ParserError
Error returned by parsers
ParserResult
Return type of parsers