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 was archived by the owner on Sep 12, 2024. It is now read-only.
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.