Showing results for Rust - Azure Cosmos DB Blog

Feb 26, 2025
Post comments count0
Post likes count1

Announcing the Public Preview of the Azure Cosmos DB SDK for Rust!

Theo van Kraay
Theo van Kraay

We’re excited to announce the public preview of the Azure Cosmos DB SDK for Rust, a native Rust SDK that enables developers to interact with Azure Cosmos DB for NoSQL accounts from their Rust applications. Following the release of Azure SDK for Rust Beta, the Azure Cosmos DB Rust SDK provides an idiomatic API for performing operations on databas...

Azure Cosmos DB for NoSQL
Apr 29, 2020
Post comments count1
Post likes count0

Getting started with Azure Cosmos DB using API for MongoDB and Rust

Gurpreet Singh
Gurpreet Singh

Rust is becoming increasingly popular both externally and internally at Microsoft due to its performance and safety, especially safe concurrency. In this tutorial, we are going to be writing a Rust application to perform create, read, update, and delete (CRUD) operations on data using Azure Cosmos DB's API for MongoDB. Prerequisites: ...

Azure Cosmos DB for MongoDBTips and Tricks