fe2o3-amqp-types

Crates.iofe2o3-amqp-types
lib.rsfe2o3-amqp-types
version0.13.0
sourcesrc
created_at2022-02-21 12:10:32.366216
updated_at2024-10-03 01:57:41.412653
descriptionImplementation of AMQP1.0 data types
homepagehttps://github.com/minghuaw/fe2o3-amqp
repositoryhttps://github.com/minghuaw/fe2o3-amqp
max_upload_size
id536359
size364,890
(minghuaw)

documentation

https://docs.rs/fe2o3-amqp-types/

README

fe2o3-amqp-types

Implements AMQP1.0 data types as defined in the core specification.

Feature flags

Please note that Performative will require both "transport" and "messaging" feature flags enabled.

  • "primitive": enables the primitive types defined in part 1.6 in the core specification.
  • "transport": enables most of the types defined in part 2.4, 2.5, and 2.8 of the core specifiction.
  • "messaging": enables the types defined in part 2.7 and part 3 defined in the core specification
  • "transaction": enables the types defined in part 4.5 of the core specification
  • "security": enables the types defined in part 5 of the core specifiction.
default = [
    "primitive",
    "transport",
    "messaging",
    "security",
]

License: MIT/Apache-2.0

Commit count: 2359

cargo fmt