Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend MultiGzDecoder over GzDecoder in docs #324

Merged
merged 8 commits into from
Jul 30, 2023

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    7d5856d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    7cfdd4e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    a232574 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    e21986e View commit details
    Browse the repository at this point in the history
  2. Apply suggestions to impartial to Gz and MultiGz implementations.

    I also added a reference to the general section about the differences
    in the crate documentation.
    
    Co-Authored-By: Josh Triplett <[email protected]>
    Byron and joshtriplett committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1e09571 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Tweak the {Gz,MultiGz}Decoder docs more

    - Use relative paths to link to the introduction.
    - Use consistent language across {Read,BufRead,Write}{Gz,MultiGz}Decoder.
    - Use `member` rather than `stream`.
    - Document what happens to unused data for `Gz` variants.
    jsha committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    955728b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Apply suggestions from code review

    Co-authored-by: jongiddy <[email protected]>
    Byron and jongiddy authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f0bf8a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc30d9e View commit details
    Browse the repository at this point in the history