azure_data_cosmos_driver 0.5.0

Core implementation layer for Azure Cosmos DB - provides transport, routing, and protocol handling for cross-language SDK reuse
Documentation
1
2
3
4
5
6
7
8
9
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// The `__internal_in_memory_emulator` feature is required for this test
// binary; it is enforced via `required-features` in `Cargo.toml`. That keeps
// the entire translation unit (and its dev-only deps such as `uuid`) out of
// the build when the feature is off.

mod in_memory_emulator_tests;