Docs.rs
  • amq-protocol-types-7.0.1
    • amq-protocol-types 7.0.1
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Keruspe
    • Dependencies
      • cookie-factory ^0.3 normal
      • nom ^7.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Module parsing

  • Modules
  • Structs
  • Functions
  • Type Definitions
logo
Change settings

Module amq_protocol_types::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 Definitions

ParserError

Error returned by parsers

ParserResult

Return type of parsers