|
1 | | -=========== |
2 | | -Rust Driver |
3 | | -=========== |
| 1 | +=================== |
| 2 | +{+driver-long+} |
| 3 | +=================== |
4 | 4 |
|
5 | | -Your words here. Don't forget to add a toctree! |
| 5 | +.. toctree:: |
| 6 | + :titlesonly: |
| 7 | + :maxdepth: 1 |
6 | 8 |
|
7 | | -Have a lovely day! |
| 9 | + View the Source <https://github.com/mongodb/mongo-rust-driver> |
8 | 10 |
|
| 11 | +.. |
| 12 | + /quick-start |
| 13 | + /quick-reference |
| 14 | + /whats-new |
| 15 | + /usage-examples |
| 16 | + /fundamentals |
| 17 | + API Documentation <{+api+}/mongo> |
| 18 | + /faq |
| 19 | + /connection-troubleshooting |
| 20 | + /issues-and-help |
| 21 | + /compatibility |
| 22 | + |
| 23 | +Introduction |
| 24 | +------------ |
| 25 | + |
| 26 | +Welcome to the documentation site for the official {+driver-long+}. |
| 27 | +You can add the driver to your application to work with MongoDB in Rust. |
| 28 | +Import it by adding it to your project's ``Cargo.toml`` file or set up a |
| 29 | +runnable project by following our Quick Start guide. |
| 30 | + |
| 31 | +Quick Start |
| 32 | +----------- |
| 33 | + |
| 34 | +.. Learn how to establish a connection to MongoDB Atlas and begin |
| 35 | +.. working with data in the :ref:`rust-quickstart` section. |
| 36 | + |
| 37 | +Quick Reference |
| 38 | +--------------- |
| 39 | + |
| 40 | +.. See driver syntax examples for common MongoDB commands in the |
| 41 | +.. :ref:`Quick Reference <rust-quick-reference>` section. |
| 42 | + |
| 43 | +What's New |
| 44 | +---------- |
| 45 | + |
| 46 | +.. For a list of new features and changes in each version, see the |
| 47 | +.. :ref:`rust-whats-new` section. |
| 48 | + |
| 49 | +Usage Examples |
| 50 | +-------------- |
| 51 | + |
| 52 | +.. For fully runnable code snippets and explanations for common |
| 53 | +.. methods, see :ref:`rust-usage-examples`. |
| 54 | + |
| 55 | +Fundamentals |
| 56 | +------------ |
| 57 | + |
| 58 | +.. .. include:: /includes/fundamentals-sections.rst |
| 59 | + |
| 60 | +API |
| 61 | +--- |
| 62 | + |
| 63 | +For detailed information about types and methods in the {+driver-long+}, |
| 64 | +see the `API documentation <{+api+}/>`__. |
| 65 | + |
| 66 | +FAQ |
| 67 | +--- |
| 68 | + |
| 69 | +.. For answers to commonly asked questions about the {+driver-long+}, see |
| 70 | +.. the :ref:`rust-faq` section. |
| 71 | + |
| 72 | +Issues & Help |
| 73 | +------------- |
| 74 | + |
| 75 | +.. Learn how to report bugs, contribute to the driver, and find |
| 76 | +.. additional resources for asking questions in the :ref:`rust-issues-and-help` section. |
| 77 | + |
| 78 | +Compatibility |
| 79 | +------------- |
| 80 | + |
| 81 | +.. For the compatibility charts that show the recommended {+driver-short+} version |
| 82 | +.. for each MongoDB Server version, see :ref:`rust-compatibility`. |
| 83 | + |
| 84 | +Learn |
| 85 | +------ |
| 86 | + |
| 87 | +Visit the Developer Hub to learn more about the {+driver-long+}. |
| 88 | + |
| 89 | +Developer Hub |
| 90 | +~~~~~~~~~~~~~ |
| 91 | + |
| 92 | +The Developer Hub provides tutorials and social engagement for |
| 93 | +developers. |
| 94 | + |
| 95 | +To learn how to use MongoDB features with the {+driver-short+}, see the |
| 96 | +`Rust page <https://www.mongodb.com/developer/languages/rust/>`__ in the |
| 97 | +MongoDB Developer Center. |
| 98 | + |
| 99 | +To ask questions and engage in discussions with fellow developers who |
| 100 | +use the {+driver-short+}, see the `Rust tag |
| 101 | +<https://www.mongodb.com/community/forums/tag/rust>`__ in the MongoDB |
| 102 | +Community Forums. |
0 commit comments