Expand description
Generation utilities for the various AMQP types.
Enums§
- GenError
- Serialization types and traits Base type for generator errors
Traits§
- Back
ToThe Buffer - Serialization types and traits
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 - Serialization types and traits Trait for serializing functions
Functions§
- gen_
boolean - Generate the Boolean in the given buffer (x)
- gen_
byte_ array - Generate the ByteArray in the given buffer (x)
- gen_
decimal_ value - Generate the DecimalValue in the given buffer (x)
- gen_
double - Generate the Double in the given buffer (x)
- gen_
field_ array - Generate the FieldArray in the given buffer (x)
- gen_
field_ table - Generate the FieldTable in the given buffer (x)
- gen_
flags - Generate the AMQPFlags in the given buffer (x)
- gen_
float - Generate the Float in the given buffer (x)
- gen_id
- Generate the id (ShortUInt) in the given buffer (x)
- gen_
long_ int - Generate the LongInt in the given buffer (x)
- gen_
long_ long_ int - Generate the LongLongInt in the given buffer (x)
- gen_
long_ long_ uint - Generate the LongLongUInt in the given buffer (x)
- gen_
long_ string - Generate the LongString in the given buffer (x)
- gen_
long_ uint - Generate the LongUInt in the given buffer (x)
- gen_
raw_ value - Generate the AMQPValue in the given buffer (x)
- gen_
short_ int - Generate the ShortInt in the given buffer (x)
- gen_
short_ short_ int - Generate the ShortShortInt in the given buffer (x)
- gen_
short_ short_ uint - Generate the ShortShortUInt in the given buffer (x)
- gen_
short_ string - Generate the ShortString in the given buffer (x)
- gen_
short_ uint - Generate the ShortUInt in the given buffer (x)
- gen_
timestamp - Generate the Timestamp in the given buffer (x)
- gen_
type - Generate the AMQPType in the given buffer (x)
- gen_
value - Generate the AMQPValue preceded with its AMQPType in the given buffer (x)
- gen_
with_ len - Apply a generator and serialize its length at the beginning of buffer
Type Aliases§
- GenResult
- Serialization types and traits Holds the result of serializing functions