azure_data_cosmos 0.36.0

Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB
Documentation
1
2
3
4
5
6
7
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Integration tests legitimately compose many Cosmos operation futures (each
// near clippy's default 16 KiB threshold) and run on tokio's large-stack test
// threads, so the production-oriented `large_futures` lint is allowed here.
#![allow(clippy::large_futures)]
mod multi_write_tests;