44 releases (12 breaking)

0.13.0 Oct 3, 2024
0.11.0 Jun 13, 2024
0.10.0 Feb 24, 2024
0.9.0 Dec 11, 2023
0.0.8 Mar 19, 2022

#1089 in Encoding

Download history 1001/week @ 2024-07-13 1377/week @ 2024-07-20 2004/week @ 2024-07-27 2778/week @ 2024-08-03 1743/week @ 2024-08-10 2835/week @ 2024-08-17 3873/week @ 2024-08-24 3844/week @ 2024-08-31 3275/week @ 2024-09-07 3328/week @ 2024-09-14 4276/week @ 2024-09-21 3989/week @ 2024-09-28 2341/week @ 2024-10-05 3951/week @ 2024-10-12 2880/week @ 2024-10-19 2259/week @ 2024-10-26

11,933 downloads per month
Used in 7 crates (5 directly)

MIT/Apache

1MB
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.4–3.5MB
~63K SLoC