Sign in
pigweed
/
third_party
/
rust_crates
/
3d5b3a9260cbf98746f0e77be5a8251e1fc77af0
/
.
/
crates_std
/
atomic-polyfill-0.1.11
/
src
/
lib.rs
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
::*;