45 releases

new 0.14.0 May 9, 2025
0.13.0 Oct 3, 2024
0.12.0 Aug 7, 2024
0.11.0 Jun 13, 2024
0.0.8 Mar 19, 2022

#2043 in Parser implementations

Download history 4452/week @ 2025-01-21 5633/week @ 2025-01-28 5637/week @ 2025-02-04 5871/week @ 2025-02-11 6993/week @ 2025-02-18 8240/week @ 2025-02-25 6776/week @ 2025-03-04 8190/week @ 2025-03-11 6498/week @ 2025-03-18 6024/week @ 2025-03-25 5652/week @ 2025-04-01 5521/week @ 2025-04-08 4038/week @ 2025-04-15 5003/week @ 2025-04-22 5178/week @ 2025-04-29 4945/week @ 2025-05-06

19,850 downloads per month
Used in 8 crates (6 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.4–3.5MB
~61K SLoC