Having `std::io::Error` permeates much of `std::io`, blocking many crates from being used in `no_std` environments or [re-implementing functionality](https://github.com/jethrogb/rust-core_io). I believe [Using std::io::{Read, Write, Cursor} in a nostd environment](https://github.com/rust-lang/rust/issues/48331) is the canonical tracking issue. I'm a Rust newbie 🐣, so my apologies if this ticket is not helpful.
Having
std::io::Errorpermeates much ofstd::io, blocking many crates from being used inno_stdenvironments or re-implementing functionality.I believe Using std::io::{Read, Write, Cursor} in a nostd environment is the canonical tracking issue.
I'm a Rust newbie 🐣, so my apologies if this ticket is not helpful.