at main 134 B view raw
1#![doc = include_str!("../README.md")] 2#![no_std] 3 4// pub mod base; 5pub mod guard; 6 7#[cfg(feature = "atomics")] 8pub mod atomic_guard;