Getting started with Azure Cosmos DB using API for MongoDB and Rust
![Gurpreet Singh](https://devblogs.microsoft.com/cosmosdb/wp-content/uploads/sites/52/2020/04/avatar-150x150.png)
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: ...