docs(sdks): add rust sdk and improve layout

This commit is contained in:
Daniel Hougaard
2025-07-23 02:32:11 +04:00
parent 0c855f3bd4
commit 645e339a23
4 changed files with 20 additions and 2 deletions

View File

@@ -2271,6 +2271,7 @@
"sdks/languages/csharp",
"sdks/languages/cpp",
"sdks/languages/go",
"sdks/languages/rust",
"sdks/languages/ruby"
]
}

View File

@@ -13,9 +13,12 @@ Prerequisites:
Follow the instructions for your language use the SDK for it:
- [Node SDK](https://infisical.com/docs/sdks/languages/node)
- [Node.js SDK](https://infisical.com/docs/sdks/languages/node)
- [Python SDK](https://infisical.com/docs/sdks/languages/python)
- [Java SDK](https://infisical.com/docs/sdks/languages/java)
- [.NET SDK](https://infisical.com/docs/sdks/languages/csharp)
- [Go SDK](https://infisical.com/docs/sdks/languages/go)
- [C++ SDK](https://infisical.com/docs/sdks/languages/cpp)
- [Ruby SDK](https://infisical.com/docs/sdks/languages/ruby)
Missing a language? [Throw in a request here](https://github.com/Infisical/infisical/issues).

View File

@@ -0,0 +1,7 @@
---
title: "Infisical Rust SDK"
sidebarTitle: "Rust"
icon: "rust"
url: "https://github.com/Infisical/rust-sdk?tab=readme-ov-file#infisical--the-official-infisical-rust-sdk"
---

View File

@@ -9,7 +9,7 @@ From local development to production, Infisical SDKs provide the easiest way for
- Provision the client scoped-access to a project and environment in Infisical
- Fetch secrets on demand
<CardGroup cols={2}>
<CardGroup cols={3}>
<Card title="Node.js" href="https://github.com/Infisical/node-sdk-v2?tab=readme-ov-file#infisical-nodejs-sdk" icon="node" color="#68a063">
Manage secrets for your Node application on demand
</Card>
@@ -28,9 +28,16 @@ From local development to production, Infisical SDKs provide the easiest way for
<Card href="https://github.com/Infisical/infisical-cpp-sdk/?tab=readme-ov-file#infisical-c-sdk" title="C++" icon="c" color="#b00dd1">
Manage secrets for your C++ application on demand
</Card>
<Card href="https://github.com/Infisical/rust-sdk?tab=readme-ov-file#infisical--the-official-infisical-rust-sdk" title="Rust" icon="rust" color="#f74b00">
Manage secrets for your Rust application on demand
</Card>
<Card href="/sdks/languages/ruby" title="Ruby" icon="diamond" color="#367B99">
Manage secrets for your Ruby application on demand
</Card>
<Card title="Did we miss your favorite language?">
We're always looking for new languages to support. If you'd like to see a new language added, please let us know by opening an issue on our [GitHub repository](https://github.com/Infisical/infisical/issues).
</Card>
</CardGroup>
## FAQ