1//! Utilities and helpers for managing shared global state. 2#![allow(unused_imports)] 3#![allow(dead_code)] 4 5pub mod reflector;