//! Clean universal framework-integration layer.
//!
//! Provides a unified interface for integrating PJS with any Rust web
//! framework through zero-cost GAT abstractions.
/// Core streaming adapter — contains all consolidated framework-integration types.
/// Framework-specific universal adapter implementation.
/// Object pooling utilities used by the streaming adapter.
/// SIMD-accelerated frame processing helpers used by the streaming adapter.
// Re-export all core types and traits from streaming_adapter
pub use ;
// Re-export universal adapter types
pub use ;