1
2
3
4
//! Synchronization and interior mutability primitives
mod up;

pub use up::UPSafeCell;