| Crates.io | fe2o3-amqp-types |
| lib.rs | fe2o3-amqp-types |
| version | 0.14.0 |
| created_at | 2022-02-21 12:10:32.366216+00 |
| updated_at | 2025-05-09 08:18:16.813156+00 |
| description | Implementation of AMQP1.0 data types |
| homepage | https://github.com/minghuaw/fe2o3-amqp |
| repository | https://github.com/minghuaw/fe2o3-amqp |
| max_upload_size | |
| id | 536359 |
| size | 359,937 |
Implements AMQP1.0 data types as defined in the core specification.
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