//! HTTPS client for communicating with Hugging Face Xet storage servers.
//!
//! Includes the [`cas_client`] for uploading/downloading Xorb objects and
//! metadata shards, the [`hub_client`] for Hugging Face Hub API
//! interactions, and a local [`chunk_cache`] with LRU eviction.
pub use ClientError;