Wish the people maintaining embedded-io would just support all of the errors from std::io. If you want to be the common denominator be it. If you only want to support io in the context of a stream readers state it. Don't pretend you are something you aren't.
#rust #embedded #motivational
@chmod777 Not sure if it makes sense, `std::io::` would have all errors general kernel ring OS would have, some of these issues would never happen on traditional RTOS.
@michalfita
I could think of reasons to support all of https://doc.rust-lang.org/std/io/enum.ErrorKind.html
ErrorKind in std::io - Rust

A list specifying general categories of I/O error.

@chmod777 For example, networking on embedded systems is usually not I/O based, hence network related errors are pointless; then probability you'd use NFS on any is again very low and plenty of these errors are related to that.
@michalfita ehh? No