Expand description
#rust-amqp
[](https:
//travis-ci.org/Antti/rust-amq-proto)
AMQ protocol implementation in pure rust.
Note: The project is still in very early stages of development, it implements all the protocol parsing, but not all the protocol methods are wrapped/easy to use. Expect the API to be changed in the future.
The methods encoding/decoding code is generated using codegen.rb & amqp-rabbitmq-0.9.1.json spec.
To generate a new spec, run:
make
To build project, use cargo:
cargo build
To build examples:
cargo test
Modules§
Structs§
Enums§
- Error
Kind - The kind of an error.
- Frame
Type - Table
Entry