41 releases

0.10.0 Feb 24, 2024
0.9.0 Dec 11, 2023
0.7.2 Feb 22, 2024
0.7.1 Mar 14, 2023
0.0.8 Mar 19, 2022

#659 in Encoding

Download history 439/week @ 2023-12-22 637/week @ 2023-12-29 1965/week @ 2024-01-05 1936/week @ 2024-01-12 1487/week @ 2024-01-19 3128/week @ 2024-01-26 4325/week @ 2024-02-02 4270/week @ 2024-02-09 4340/week @ 2024-02-16 5036/week @ 2024-02-23 4631/week @ 2024-03-01 4240/week @ 2024-03-08 3704/week @ 2024-03-15 1654/week @ 2024-03-22 2479/week @ 2024-03-29 2697/week @ 2024-04-05

11,211 downloads per month
Used in 6 crates (5 directly)

MIT/Apache

770KB
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.7–3.5MB
~68K SLoC