amiquip is a RabbitMQ client written in pure Rust.
Add this to your Cargo.toml
:
toml
[dependencies]
amiquip = "0.1"
For usage, see the documentation and examples.
native-tls
By default, amiquip cannot use a TLS connection. To enable TLS connections, use
the native-tls
feature:
toml
[dependencies]
amiquip = { version = "0.1", features = ["native_tls"] }
This project is licensed under either of
at your option.
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.