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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Another thing we should look at is how this plays into serctl and the serial driver, which is technically part of the kernel's VFS. This would need to be thought out along with #103.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What's the motivation for this feature?
Currently
pros::io
exists to do the following things:core
fromno_std_io
.There are several things, especially concerning terminal interactions that could be added.
io::stdin
/io::stdout
/io::stderr
locks fromstd
for safe raw access to the I/O writers.Describe the solution you'd like
Implement
Stdin
,Stdout
,Stderr
structs similarly to what's provided bystd::io
.Describe the drawbacks, if any
N/A
Describe the alternative solutions, if any
N/A
Additional context
https://doc.rust-lang.org/stable/std/io/index.html
The text was updated successfully, but these errors were encountered: