4 lines
88 B
Rust
4 lines
88 B
Rust
//! Synchronization and interior mutability primitives
|
|
mod up;
|
|
|
|
pub use up::UPSafeCell;
|