eholk / Boot2Rust

EFI applications in Rust
Other
205 stars 24 forks source link

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

Closed eddyb closed 10 years ago

eddyb commented 10 years ago

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.