otlp-arrow-library 0.6.4

Cross-platform Rust library for receiving OTLP messages via gRPC and writing to Arrow IPC files
Documentation
1
2
3
4
5
6
7
//! Public API module
//!
//! Provides the public API for embedded library usage.

pub mod public;

pub use public::OtlpLibrary;