azservicebus 0.25.1

An unofficial AMQP 1.0 rust client for Azure Service Bus
Documentation
1
2
3
4
5
6
7
//! Client and client configuration options for Azure Service Bus.

pub mod error;

cfg_either_rustls_or_native_tls! {
    pub mod service_bus_client;
}