Skip to content

public DecodeReader #13

@eareimu

Description

@eareimu

The decoded data is not always continuous bytes (Vec), but rather continuous "continuous bytes" (Vec<Vec>, Vec, etc.).

The input of httlib_huffman::decode is limited to continuous bytes, which makes it unsuitable for some situations.

DecodeReader is designed to decode byte by byte, but it's not exposed publicly. Is there a reason for this?

If DecodeReader had a visibility of "pub" instead of "pub(crate)", the crate would be more usable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions