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
It seems like this crate should be able to be fully no_std compliant fairly easily. I don't think you'd even need to make it flag enabled, since a quick glance didn't show anything that you're doing that you can't do in a core only context.
The text was updated successfully, but these errors were encountered:
It seems like this crate should be able to be fully
no_std
compliant fairly easily. I don't think you'd even need to make it flag enabled, since a quick glance didn't show anything that you're doing that you can't do in a core only context.The text was updated successfully, but these errors were encountered: