Skip to content

flate2::bufread::GzDecoder doesn't impl BufRead? #374

@georeth

Description

@georeth

The document says:

/// This structure exposes a [`BufRead`] interface that will read uncompressed data
/// from the underlying reader and expose the compressed version as a [`BufRead`]
/// interface.

but flate2::bufread::GzDecoder only implement Read.

impl<R: BufRead> Read for GzDecoder<R> {

BufRead interface is not implemented and exposed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions