Function zarrs::config::global_config

source ·
pub fn global_config() -> RwLockReadGuard<'static, Config>
Expand description

Returns a reference to the global zarrs configuration.

§Panics

This function panics if the underlying lock has been poisoned and might panic if the global config is already held by the current thread.