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
7
8
9
macro_rules! declare_group_modules {
    ($($group:ident),*) => {
        $(pub mod $group;)*
    };
}
crate::all_config_groups!(declare_group_modules);

#[cfg(not(target_family = "wasm"))]
pub mod system_monitor;