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
When rust-lang/rfcs#2480 is stabilized and implemented, it should be possible to create binaries that don't depend on std but do depend on alloc. This would be a step between no_std and no_main, because at least you could use the heap. The actual sample hello world code would probably not change much. It would probably be best to show off using a Vec in this instance.
This could probably be added now as a nightly subproject.
The text was updated successfully, but these errors were encountered:
When rust-lang/rfcs#2480 is stabilized and implemented, it should be possible to create binaries that don't depend on
std
but do depend onalloc
. This would be a step betweenno_std
andno_main
, because at least you could use the heap. The actual sample hello world code would probably not change much. It would probably be best to show off using aVec
in this instance.This could probably be added now as a
nightly
subproject.The text was updated successfully, but these errors were encountered: