1
2
3
4
5
//! Synchronization and interior mutability primitives

mod up;

pub use up::UPSafeCell;