42 releases

0.11.0 Jun 13, 2024
0.10.0 Feb 24, 2024
0.9.1 Feb 21, 2024
0.9.0 Dec 11, 2023
0.0.8 Mar 19, 2022

#796 in Encoding

Download history 4106/week @ 2024-03-14 1590/week @ 2024-03-21 2242/week @ 2024-03-28 2569/week @ 2024-04-04 3857/week @ 2024-04-11 2261/week @ 2024-04-18 2360/week @ 2024-04-25 3295/week @ 2024-05-02 3588/week @ 2024-05-09 3674/week @ 2024-05-16 2914/week @ 2024-05-23 2376/week @ 2024-05-30 2447/week @ 2024-06-06 2354/week @ 2024-06-13 3470/week @ 2024-06-20 1755/week @ 2024-06-27

10,794 downloads per month
Used in 7 crates (5 directly)

MIT/Apache

790KB
18K SLoC

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

Dependencies

~2.6–3.5MB
~66K SLoC