azeventhubs 0.20.0

An unofficial AMQP 1.0 rust client for Azure Event Hubs
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy)]
#[repr(u8)]
pub enum TransportProducerFeatures {
    None = 0u8,
    // TODO: is this needed given that AMQP protocol should already take care of duplicated message upon recovery?
    // IdempotentPublishing = 1,
}