Skip to main content
The Confidence Rust SDK provides ultra-low latency feature flag evaluation for Rust applications using the Confidence Resolver—a native Rust resolver with async/await support built on Tokio.

Features

  • Local evaluation: Flag rules evaluate on your infrastructure in microseconds
  • OpenFeature compatible: Standard feature flag API through OpenFeature provider
  • Background sync: Flag rules and logging sync with Confidence in the background
  • High reliability: No network dependency at evaluation time

Installation

Add these dependencies to your Cargo.toml:

Quickstart

Resources

GitHub repository

Source code and examples

OpenFeature Rust SDK

OpenFeature documentation

Context

Configure evaluation context

Apply events

Understand flag assignment tracking