mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Add Rust in the SDK section (#1471)
New SDK page for the Rust SDK, with a quickstart from `minio/minio-rs/README.md` Going with an external link to a generated reference. Will deal with API.md as we can. ~We may yet get an `API.md`, so this PR is a draft for now.~
This commit is contained in:
@ -19,6 +19,7 @@ MinIO publishes the following Software Development Kits (SDK):
|
||||
- :ref:`JavaScript <javascript-sdk>`
|
||||
- :ref:`Haskell <haskell-sdk>`
|
||||
- :ref:`C++ <cpp-sdk>`
|
||||
- :ref:`Rust <rust-sdk>`
|
||||
|
||||
.. _go-sdk:
|
||||
|
||||
@ -217,26 +218,19 @@ Install
|
||||
cmake --build ./build --config Debug
|
||||
|
||||
|
||||
..
|
||||
Rust SDK repo does not have any releases yet. Once released, unblock this section and add to toctree.
|
||||
|
||||
.. _rust-sdk:
|
||||
|
||||
Rust (``minio-rs``)
|
||||
-------------------
|
||||
Rust
|
||||
----
|
||||
|
||||
Latest Version
|
||||
|rust-sdk-version|
|
||||
GitHub: `minio/minio-rs <https://github.com/minio/minio-rs>`__
|
||||
|
||||
Reference
|
||||
:doc:`MinIO Rust SDK Reference </developers/rust/minio-rust>`
|
||||
Latest Version
|
||||
|rust-sdk-version|
|
||||
|
||||
Install
|
||||
To Do
|
||||
Reference: `MinIO Rust SDK Reference <https://docs.rs/minio/latest/minio/>`__
|
||||
|
||||
|
||||
..
|
||||
Will need to add C++ and Rust to the toctree once released.
|
||||
Quickstart Guide: :doc:`/developers/rust/minio-rust`
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
@ -249,3 +243,4 @@ Install
|
||||
/developers/java/minio-java
|
||||
/developers/javascript/minio-javascript
|
||||
/developers/haskell/minio-haskell
|
||||
/developers/rust/minio-rust
|
||||
|
20
source/developers/rust/minio-rust.rst
Normal file
20
source/developers/rust/minio-rust.rst
Normal file
@ -0,0 +1,20 @@
|
||||
.. _minio-rust-quickstart:
|
||||
|
||||
=====================
|
||||
Rust Quickstart Guide
|
||||
=====================
|
||||
|
||||
.. default-domain:: minio
|
||||
|
||||
.. contents:: Table of Contents
|
||||
:local:
|
||||
:depth: 2
|
||||
|
||||
.. include:: /developers/rust/quickstart.md
|
||||
:parser: myst_parser.sphinx_
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:hidden:
|
||||
|
||||
.. /developers/go/API.md
|
Reference in New Issue
Block a user