blob: c4c109b090f79883606849f7dc3ff8d599b8c91f [file]
#![no_std]
#[cfg(reexport_core)]
pub use core::sync::atomic::*;
#[cfg(not(reexport_core))]
mod polyfill;
#[cfg(not(reexport_core))]
pub use polyfill::*;