//! Protocol-agnostic IPTV domain types and traits.
//!
//! This crate defines the shared vocabulary for all crispy-* IPTV crates.
//! Each protocol crate (crispy-m3u, crispy-xtream, crispy-stalker, etc.)
//! defines its own protocol-native output types. Consumers implement
//! `From<ProtocolType>` conversions to map into their app-specific models.
pub use ;
pub use ;
pub use IptvError;
pub use Resolution;
pub use ;
pub use VodEntry;