amiquip 0.1.0

Pure Rust RabbitMQ client
Documentation

amiquip

amiquip is a RabbitMQ client written in pure Rust.

Usage

Add this to your Cargo.toml:

[dependencies]
amiquip = "0.1"

For usage, see the documentation and examples.

Feature native-tls

By default, amiquip cannot use a TLS connection. To enable TLS connections, use the native-tls feature:

[dependencies]
amiquip = { version = "0.1", features = ["native_tls"] }

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in amiquip by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.