//! WebSocket consumer for AT Protocol Jetstream events.
//!
//! Real-time event streaming with Zstandard compression, automatic reconnection,
//! and configurable event filtering for AT Protocol repository changes.
//!
//! ## Command-Line Tools
//!
//! When built with the `clap` feature, provides Jetstream consumer tools:
//!
//! - **`atproto-jetstream-consumer`**: Connect to AT Protocol Jetstream and consume real-time events with Zstandard compression
pub use ;
pub use ConsumerError;
// Re-export CancellationToken for convenience
pub use CancellationToken;