//! atomr-persistence-azure.
//!
//! Default backend is Azure Table Storage (feature `tables`), implemented
//! with a thin REST client so the crate stays compatible with both real
//! Azure and the Azurite emulator. A `cosmos` feature placeholder is
//! reserved for the Cosmos SQL API implementation.
pub use SharedKeySigner;
pub use AzureConfig;
pub use ;
pub use AzureJournal;
pub use AzureSnapshotStore;