arrow-zerobus-sdk-wrapper 0.8.1

Cross-platform Rust SDK wrapper for Databricks Zerobus with Python bindings
Documentation
1
2
3
4
5
6
7
8
//! Configuration module for Zerobus SDK Wrapper
//!
//! This module handles configuration loading, validation, and management.

pub mod loader;
pub mod types;

pub use types::{OtlpConfig, OtlpSdkConfig, WrapperConfiguration};