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
8
//! Python bindings module
//!
//! Provides PyO3 bindings for the OTLP Arrow Library to enable Python integration.

pub mod adapters;
pub mod bindings;

pub use bindings::*;