//! Core data structures for the Hugging Face Xet storage system.
//!
//! Provides [`merklehash::MerkleHash`] (256-bit content-addressed hashes),
//! [`metadata_shard`] (compact shard format mapping file ranges to Xorb
//! chunks), and [`xorb_object`] (content-addressed storage objects with
//! byte-grouping compression).
pub use CoreError;
// Re-export commonly used items at the crate root for convenience
pub use ;
pub use ;