1pub(crate) mod global_kv; 2pub(crate) mod global_ptr; 3 4pub use global_kv::*; 5pub use global_ptr::*;