xet-client 1.5.2

Client library for communicating with Hugging Face Xet storage servers. Use through the hf-xet crate.
Documentation
1
2
3
4
5
6
7
mod client;
mod types;

pub use client::{HubClient, Operation};
pub use types::{CasJWTInfo, HFRepoType, RepoInfo};

pub use crate::common::auth::{BearerCredentialHelper, CredentialHelper, NoopCredentialHelper};