@@ -2,22 +2,21 @@ Learn how to perform the following tasks using the {+driver-short+} in the
2
2
Fundamentals section:
3
3
4
4
- :ref: `Connect to MongoDB <rust-connection >`
5
+ - :ref: `Read from and Write to MongoDB <rust-crud >`
5
6
6
7
..
7
8
- :atlas:`Connect to MongoDB Atlas from AWS Lambda </manage-connections-aws-lambda/>`
8
- - :ref:`Specify an API Version <golang-stable-api>`
9
- - :ref:`How the Driver Uses Context <golang-context>`
10
- - :ref:`Authenticate with MongoDB <golang-authentication-mechanisms>`
11
- - :ref:`Use Enterprise Authentication with MongoDB <golang-enterprise-authentication-mechanisms>`
12
- - :ref:`Work with BSON <golang-bson>`
13
- - :ref:`Read from and Write to MongoDB <golang-crud>`
14
- - :ref:`Perform Aggregations <golang-aggregation>`
15
- - :ref:`Construct Indexes <golang-indexes>`
16
- - :ref:`Specify Collations to Order Results <golang-collations>`
17
- - :ref:`Record Log Messages <golang-logging>`
18
- - :ref:`Run A Database Command <golang-run-command>`
19
- - :ref:`Use Driver Events in Your Code <golang-monitoring>`
20
- - :ref:`Store and Retrieve Files in MongoDB <golang-gridfs>`
21
- - :ref:`Use a Time Series Collection <golang-time-series>`
22
- - :ref:`Encrypt Fields <golang-fle>`
23
- - :ref:`Work with Geospatial Data <golang-geo>`
9
+ - :ref:`Specify the Stable API Version <rust-stable-api>`
10
+ - :ref:`Authenticate to MongoDB <rust-authentication-mechanisms>`
11
+ - :ref:`Connect with Enterprise Authentication Mechanisms <rust-enterprise-authentication-mechanisms>`
12
+ - :ref:`Convert Data to and from BSON <rust-bson>`
13
+ - :ref:`Perform Aggregations <rust-aggregation>`
14
+ - :ref:`Construct Indexes <rust-indexes>`
15
+ - :ref:`Specify Collations to Order Results <rust-collations>`
16
+ - :ref:`Record Log Messages <rust-logging>`
17
+ - :ref:`Run A Database Command <rust-run-command>`
18
+ - :ref:`Monitor Driver Events <rust-monitoring>`
19
+ - :ref:`Store and Retrieve Large Files by Using GridFS <rust-gridfs>`
20
+ - :ref:`Use a Time Series Collection <rust-time-series>`
21
+ - :ref:`Encrypt Fields <rust-fle>`
22
+ - :ref:`Query and Write Geospatial Data <rust-geo>`
0 commit comments