Couchbase Rust SDK Installation

    • Developer Preview
      +
      Installation instructions for the Couchbase Rust Client.

      This page gives full installation instructions for the Rust SDK. In most cases, the Quickstart Guide should be enough to get you up and running if you’re in a hurry.

      Prerequisites

      The Rust SDK is tested against LTS versions of Oracle JDK and OpenJDK — see our compatibility docs.

      The Couchbase Rust SDK 1.0 Client supports Rust 1.90+.

      Installing the SDK

      The Couchbase Rust SDK is available on crates.io.

      To include it in your project, add the following to your Cargo.toml:

      cargo add couchbase