Just use only std atomic without portable-atomics
?
#346
Labels
C-core
Component: core functionality such as traits, etc.
E-intermediate
Effort: intermediate.
T-ergonomics
Type: ergonomics.
Seems even when using the
std-atomics
feature theportable-atomics
crate is still included and required as it is part of the public interface? And not re-exported in the crate either so usersmetrics
with 64-bit counters have to manually import that crate with the matching version (0.3, latest is 1.0 which is incompatible).This feels somewhat backwards, would it be possible that purely std atomics are used by default without bringing in
portable-atomics
(as in reverse the feature flag)?cc @MarcusGrass
The text was updated successfully, but these errors were encountered: