azure_data_cosmos 0.32.0

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

pub mod async_cache;
pub mod collection_routing_map;
pub mod global_endpoint_manager;
pub mod global_partition_endpoint_manager;
pub mod location_cache;
pub mod partition_key_range;
pub mod partition_key_range_cache;
pub mod range;
pub mod service_identity;