eholk/Boot2Rust

Use rust-core instead of implemented (yet another) std replacement.

eddyb opened this issue · 0 comments

rust-core is in active development and it's modular enough to run in any environment (with a limited feature set).
However, slice operations (for strings and vectors) might not be implemented yet, I should bug @thestinger about that.