Antti / rust-amqp

AMQP client in pure rust. Corresponds to rabbitmq spec.
MIT License
247 stars 45 forks source link

Expose AMQPError #34

Closed kopiczko closed 8 years ago

kopiczko commented 8 years ago

I'd be nice if AMQPError I could use try! when using the library. Right now I'm unable to use AMQPError, because it isn't exposed.