#amqp #serde

fe2o3-amqp-types

Implementation of AMQP1.0 data types

37 releases (7 breaking)

new 0.7.1 Mar 14, 2023
0.7.0 Dec 27, 2022
0.6.3 Mar 14, 2023
0.6.2 Nov 5, 2022
0.0.8 Mar 19, 2022

#594 in Network programming

Download history 456/week @ 2022-11-26 452/week @ 2022-12-03 508/week @ 2022-12-10 301/week @ 2022-12-17 153/week @ 2022-12-24 200/week @ 2022-12-31 322/week @ 2023-01-07 356/week @ 2023-01-14 164/week @ 2023-01-21 817/week @ 2023-01-28 576/week @ 2023-02-04 198/week @ 2023-02-11 654/week @ 2023-02-18 328/week @ 2023-02-25 390/week @ 2023-03-04 566/week @ 2023-03-11

1,979 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

765KB
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–3MB
~66K SLoC