This repository was archived by the owner on Sep 12, 2024. It is now read-only.
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
Move std::io::Error
out of std
. #11
Open
Description
Having std::io::Error
permeates much of std::io
, blocking many crates from being used in no_std
environments 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.
Metadata
Metadata
Assignees
Labels
No labels