Skip to content

io: BufRead should be a super trait of Read #689

@Conaclos

Description

@Conaclos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions