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
Existing portable-atomic & portable-atomic-util crates are really nice packages to get atomic operations & Arc working on embedded platforms that may not have atomic operations built-in. I have reserved some more crate names to get some more Rust std features working on similar embedded platforms:
portable-arc - may be used to support Arc with nightly Rust features
Existing portable-atomic & portable-atomic-util crates are really nice packages to get atomic operations &
Arc
working on embedded platforms that may not have atomic operations built-in. I have reserved some more crate names to get some more Ruststd
features working on similar embedded platforms:portable-arc
- may be used to supportArc
with nightly Rust featuresportable-atomic-arc
- more explicit namenow published working library for thisportable-io
-std::io
features, see this for a working concept working forrustls
: no_std tech demo for removing std::io and some std aliases to core/alloc rustls/rustls#2137portable-io-error
- may be used forstd::io::Error
supportportable-alloc
portable-std
portable-rustls
portable-rustls-rustcrypto
portable-tokio
portable-futures
portable-futures-lite
portable-mutex
portable-task
The text was updated successfully, but these errors were encountered: