mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-10 15:51:34 +08:00
6 lines
89 B
Rust
6 lines
89 B
Rust
//! Synchronization and interior mutability primitives
|
|
|
|
mod up;
|
|
|
|
pub use up::UPSafeCell;
|