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
In the standard library std::io::BufREad is a super trait of the std::io::Read trait. embedded-io should mirror this. This is technically a breaking change. However, it is unlikely that a type doesn't implement Read when it implements BufRead.