Docs Menu
Docs Home
/ / /
Rust Driver

Rust Driver Quick Start

On this page

  • Overview

This guide shows you how to create an application that uses the MongoDB Rust Driver to connect to a MongoDB cluster hosted on MongoDB Atlas. If you prefer to connect to MongoDB using a different driver or programming language, see our list of official drivers.

The Rust driver is a library of functions that you can use to connect to and communicate with MongoDB.

MongoDB Atlas is a fully managed cloud database service that hosts your MongoDB deployments. You can create your own free (no credit card required) MongoDB Atlas deployment by following the steps in this guide.

Follow the steps in this guide to connect a sample Rust application to a MongoDB Atlas deployment.

Back

MongoDB Rust Driver

Next

Download and Install

On this page