//! PMC (PubMed Central) client for fetching full-text articles
//!
//! This module provides functionality to interact with PMC APIs to fetch
//! full-text articles, check availability, and parse structured content.
// Re-export public types
pub use PmcClient;
pub use ;
pub use ;
pub use parse_pmc_xml;
pub use PmcTarClient;