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 Jul 12, 2023. It is now read-only.
Is there anything stopping us from copying the ErrorKind variants from std::io? Do we want to be more conservative?
I would like to use embedded-io (and currently have a PR open for an embedded-io blanket impl rafalh/rust-fatfs#83) in rust-fatfs, however, the ErrorKind situation makes this a bit awkward.
The text was updated successfully, but these errors were encountered:
Is there anything stopping us from copying the
ErrorKind
variants fromstd::io
? Do we want to be more conservative?I would like to use embedded-io (and currently have a PR open for an embedded-io blanket impl rafalh/rust-fatfs#83) in rust-fatfs, however, the
ErrorKind
situation makes this a bit awkward.The text was updated successfully, but these errors were encountered: