Skip to main content

Prerequisites

  • Rust 1.85 or later
  • Tokio async runtime

Add to your project

Add the III SDK to your Cargo.toml:

Optional Features

OpenTelemetry Integration

To enable distributed tracing, metrics, and logging with OpenTelemetry:
The otel feature enables:
  • Distributed tracing with W3C Trace Context propagation
  • Metrics export (counters, gauges, histograms)
  • Structured logging export
  • HTTP request instrumentation
  • Automatic trace context propagation across function calls

Verify Installation

Create a simple test to verify the SDK is working:

Next Steps

Quickstart

Build your first III application in minutes