//! Arch Linux news fetching and parsing.
/// Result type alias for Arch Linux news fetching operations.
type Result<T> = Result;
pub use ;
pub use parse_arch_news_html;
/// What: Parse raw news/advisory HTML into displayable text (public helper).
///
/// Inputs:
/// - `html`: Raw HTML source to parse.
///
/// Output:
/// - Plaintext content suitable for the details view.