Open ghost opened 7 years ago
what's the primary motivation for #[no_std]?
I looked at this again, while I think it's quite possible to do this:
remove file system dependency remove stdin/stdout/stderr smaller binary
I highly doubt we will be able to do #[no_std] all together. We would need std::collections
at the very least.
Make it possible to compile without
std
.use_std
Motivation: