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§
- AMQP
Content Header - Content header
- AMQP
RawFrame - Raw AMQP Frame
- Protocol
Version - Protocol version used
- Write
Context - Context around a
Write
impl that is passed through serializing functions
Enums§
- AMQP
Channel - Enum representing an AMQP channel
- AMQP
Frame - The different possible frames
- AMQP
Frame Type - The type of AMQP Frame
- GenError
- Base type for generator errors
Traits§
- Back
ToThe Buffer - 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. - Serialize
Fn - Trait for serializing functions
Type Aliases§
- GenResult
- Holds the result of serializing functions
- Parser
Error - Error returned by parsers
- Parser
Result - Return type of parsers