cosq-client 0.3.0

Azure Cosmos DB client and authentication for cosq
Documentation
1
2
3
4
5
6
7
//! Azure Cosmos DB client, authentication, and ARM discovery for cosq

pub mod arm;
pub mod auth;
pub mod cosmos;
pub mod error;
pub mod openai;