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
crate::config_group!({

    /// Subdirectory name for shard session data within the staging directory.
    ///
    /// The default value is "shard-session".
    ///
    /// Use the environment variable `HF_XET_SESSION_DIR_NAME` to set this value.
    ref dir_name: String = "shard-session".to_string();
});