//! HuggingFace Model Fetcher
//!//! Downloads models from HuggingFace Hub with authentication and caching.
modhf_fetcher;modoptions;modtypes;#[cfg(test)]#[path="tests/mod.rs"]modtests;// Re-export all public types for API compatibility
pubusehf_fetcher::HfModelFetcher;pubuseoptions::FetchOptions;pubusetypes::{Architecture, ModelArtifact, WeightFormat};