azure_data_cosmos 0.32.0

Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB
Documentation
1
2
3
4
5
6
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

//! Handler types for request processing and retry logic.
pub(crate) mod container_connection;
pub(crate) mod retry_handler;