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

#1167 in Encoding

Download history 2269/week @ 2024-10-26 2932/week @ 2024-11-02 3043/week @ 2024-11-09 2922/week @ 2024-11-16 2491/week @ 2024-11-23 2451/week @ 2024-11-30 2497/week @ 2024-12-07 2167/week @ 2024-12-14 669/week @ 2024-12-21 1078/week @ 2024-12-28 3463/week @ 2025-01-04 3933/week @ 2025-01-11 4053/week @ 2025-01-18 5084/week @ 2025-01-25 6429/week @ 2025-02-01 5689/week @ 2025-02-08

22,309 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
~62K SLoC