ErrorDebugger Rust SDK
A simplified Rust SDK for ErrorDebugger, wrapping OpenTelemetry for easy integration.
Installation
Add this to your Cargo.toml:
[]
= { = "https://github.com/usama8199/errordebugger-sdks" }
Usage
use ;
use Error;
async
Features
- Simple Initialization: Configures OpenTelemetry TracerProvider and OTLP HTTP exporter.
- Async Support: Built on Tokio runtime.