You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's possible for this crate to only depend on alloc.
Might also want to have a look at portable-atomic / portable-atomic-util, that seems to be the way to support no_std targets that have lacking atomic support (?)
The text was updated successfully, but these errors were encountered:
I think it's possible for this crate to only depend on
alloc
.Might also want to have a look at
portable-atomic
/portable-atomic-util
, that seems to be the way to supportno_std
targets that have lacking atomic support (?)The text was updated successfully, but these errors were encountered: