// Clean Universal Framework Integration Layer
//
// This module provides a unified interface for integrating PJS with any
// Rust web framework through zero-cost GAT abstractions.
//
// ARCHITECTURE: Clean and simple - no over-engineering, just what's needed.
// Core streaming adapter - contains all consolidated types
// Framework-specific adapters
// Performance optimizations (imported by streaming_adapter)
// Re-export all core types and traits from streaming_adapter
pub use ;
// Re-export universal adapter types
pub use ;