//! Hugging Face integration. Real network access requires the `hf-hub` feature.
//!
//! Submodules:
//! - [`repo`]: validated `HfRepo` newtype (`org/name` or bare `name`).
//! - [`downloader`]: `HfDownloader` trait with `MockHfDownloader` (always
//! available) and the feature-gated `RealHfDownloader` (requires `hf-hub`).
pub use ;
pub use HfRepo;