Module parsing

Module parsing 

Source
Expand description

Parsing utilities for the various AMQP types.

Modules§

traits
Traits required for parsing

Structs§

ParserErrors
Struct holding the errors stack

Functions§

parse_boolean
Parse a Boolean
parse_byte_array
Parse a ByteArray
parse_decimal_value
Parse a DecimalValue
parse_double
Parse a Double
parse_field_array
Parse a FieldArray
parse_field_table
Parse a FieldTable
parse_flags
Parse the AMQPFlags for which the names are provided
parse_float
Parse a Float
parse_id
Parse an id (ShortUInt)
parse_long_int
Parse a LongInt
parse_long_long_int
Parse a LongLongInt
parse_long_long_uint
Parse a LongLongUInt
parse_long_string
Parse a LongString
parse_long_uint
Parse a LongUInt
parse_raw_value
Parse the AMQPValue of the given AMQPType
parse_short_int
Parse a ShortInt
parse_short_short_int
Parse a ShortShortInt
parse_short_short_uint
Parse a ShortShortUInt
parse_short_string
Parse a ShortString
parse_short_uint
Parse a ShortUInt
parse_timestamp
Parse a Timestamp
parse_type
Parse an AMQPType
parse_value
Parse an AMQPValue

Type Aliases§

ParserError
Error returned by parsers
ParserResult
Return type of parsers