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

#1134 in Parser implementations

Download history 2480/week @ 2024-12-01 2466/week @ 2024-12-08 2170/week @ 2024-12-15 649/week @ 2024-12-22 1082/week @ 2024-12-29 3527/week @ 2025-01-05 3885/week @ 2025-01-12 4185/week @ 2025-01-19 5089/week @ 2025-01-26 6381/week @ 2025-02-02 5928/week @ 2025-02-09 6368/week @ 2025-02-16 7692/week @ 2025-02-23 7391/week @ 2025-03-02 8183/week @ 2025-03-09 6755/week @ 2025-03-16

30,296 downloads per month
Used in 9 crates (6 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
~62K SLoC