Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1.08 KB

File metadata and controls

16 lines (11 loc) · 1.08 KB

Sample Code for the MongoDB Rust Quick Start Series

This repository contains sample code for a series of blog posts describing how to use MongoDB from Rust programs.

Currently there's are two blog posts describing:

The blog post describes how to use the library with Tokio, async-std, and without an async framework. This repo contains example code for working with Tokio because the differences are very small between the different frameworks, and this is expected to be the most common environment that people require.

If you have questions or feedback, please let us know at the MongoDB Community Forums!