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
mod basics;
mod interface;

pub use basics::{BearerCredentialHelper, NoopCredentialHelper};
pub use interface::CredentialHelper;