#amqp-rs
Various modules for AMQP.
This library does not yet interact with clients or servers.
Still in early stages: experimental and under development.
Crate | Build | Description | Docs |
---|---|---|---|
amqp0-client | Client for connecting, publishing, and consuming messages | Docs | |
amqp0-primitives | Basic structures for sending and receiving AMQP messages | Docs | |
amqp0-parser-nom | Nom parsing to AMQP primitives | Docs | |
amqp0-specs | API for accessing spec information (methods, fields, etc) | Docs | |
amqp0-specgen | Code to parse the AMQP specifications and create amqp0-specs | ||
amqp0-codegen | Code Generation for other crates (primitives, parsers, etc) |
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.