azservicebus 0.25.1

An unofficial AMQP 1.0 rust client for Azure Service Bus
Documentation
1
2
3
4
5
6
//! Rule manager for Service Bus subscriptions.

cfg_either_rustls_or_native_tls! {
    pub mod service_bus_rule_manager;
}