efi
efi copied to clipboard
Change Console to the triad of stdin, stdout and stderr
The goal is surface three objects, StdIn, StdOut and StdErr like in the Rust std lib instead of Console. Console could still be retained possibly for things like changing console settings.
Current status:
- [x] Create StdIn
- [x] Create StdOut
- [ ] Create StdErr