hf-xet 1.5.0

Client library and tooling for the Hugging Face Xet data storage system.
Documentation
1
2
3
4
5
6
7
8
pub mod data_client;
pub mod progress_tracking;

// Re-exports from xet_data so external consumers (hf_xet, git_xet) don't need
// a direct xet_data dependency.
pub use xet_data::processing::configurations::{SessionContext, TranslatorConfig};
pub use xet_data::processing::data_client::{clean_bytes, clean_file, default_config, hash_files_async};
pub use xet_data::processing::{FileDownloadSession, FileUploadSession, Sha256Policy, XetFileInfo};