rs2-stream 0.3.3

A high-performance, production-ready async streaming library for Rust.
Documentation
pub mod error;
pub mod queue;
pub mod rs2;

pub mod pipe;

pub mod connectors;
pub mod stream_configuration;
pub mod stream_performance_metrics;

pub mod media;
pub mod rs2_result_stream_ext;
pub mod rs2_stream_ext;

pub mod pipeline;

pub mod schema_validation;

pub mod advanced_analytics;
pub mod state;

pub mod resource_manager;

pub use pipeline::*;
// Re-export all items from rs2 module at the crate root
pub use rs2::*;