10 releases
Uses old Rust 2015
0.3.2 | Dec 7, 2017 |
---|---|
0.3.1 | Dec 6, 2017 |
0.2.5 |
|
0.2.4 | Nov 2, 2017 |
0.1.0 | Sep 29, 2017 |
#48 in #rabbitmq
Used in 2 crates
73KB
2K
SLoC
amqpr-codec
Encoder/Decoder of AMQP codec.
This library provides low lovel api. I recommend you to use amqpr
library instead.
lib.rs
:
This crate defines codec of AMQP protocol.
Byte architecture of general AMQP message frame
position 0 1 3 7 size+7 size+8 +------+---------+------+---------+-----------+ | type | channel | size | payload | frame_end | +------+---------+------+---------+-----------+ length 1 2 4 size 1
"payload" is defined for each frame type.
Dependencies
~3–4.5MB
~83K SLoC