Skip to main content

Native Performance with Rust

The Nubis Rust SDK (sdk-rust) is the foundation for our own internal tools and offers the highest level of performance and type safety for your Rust-based systems.

Installation

Add the SDK to your Cargo.toml:

Initializing the Client

The SDK is built on top of reqwest and tokio for safe, asynchronous operations.

Managing Infrastructure

List Instances

Create a Managed Database

Why use the Rust SDK?

  • Zero-Cost Abstractions: The SDK is designed to be as fast as raw HTTP requests while providing a much cleaner API.
  • Async/Await Native: Fully integrated with the Tokio ecosystem.
  • Comprehensive Types: All Nubis resources are represented as strongly-typed structs.
  • Internal Core: Since we use the same SDK for our backend services, you can be sure it’s battle-tested and always up-to-date.