//! Funcs to handle global `Registry` instance.
use OnceLock;
use crateRegistry;
static GLOBAL_REGISTRY: = new;
/// Set the **global** measuring instruments registry.
///
/// *You should call this function before calling any measuring funs.*
/// Returns a reference to the `Registry`.
///
/// If a `Registry` has not been set, a no-op implementation is returned.