xet-runtime 1.5.2

Async runtime, configuration, logging, and utility infrastructure for the Hugging Face Xet client tools.
Documentation
1
2
3
4
5
6
mod file_metadata;
mod privilege_context;
mod safe_file_creator;

pub use privilege_context::{PrivilegedExecutionContext, create_dir_all, create_file};
pub use safe_file_creator::SafeFileCreator;