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