| Crates.io | otelx |
| lib.rs | otelx |
| version | 0.0.1 |
| created_at | 2025-03-20 22:45:24.606704+00 |
| updated_at | 2025-03-20 22:45:24.606704+00 |
| description | A minimal and unified interface for using OpenTelemetry and OpenTelemetry SDK in Rust. |
| homepage | https://github.com/caffeidine/otelx |
| repository | https://github.com/caffeidine/otelx |
| max_upload_size | |
| id | 1599862 |
| size | 33,752 |
otelx is a crate designed to provide a unified and simplified interface for using OpenTelemetry and the OpenTelemetry SDK in Rust.
Add the following dependency to your Cargo.toml:
[dependencies]
otelx = "0.0.1"
For more details on the design and features, please refer to the specs.md file.