lapin-async 0.1.0

AMQP client library with a low level API designed for use with mio
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(Clone,Debug,PartialEq)]
pub enum Error {
  SendBufferTooSmall,
  ReceiveBufferTooSmall,
  GeneratorError,
  ParserError,
  InvalidState,
  InvalidChannel,
  UnexpectedAnswer,
}