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

nwalfield's streaming reader #122

Merged
merged 10 commits into from Mar 8, 2020
Merged

Commits on Jun 22, 2019

  1. Add a streamer reader

    Neal H. Walfield committed Jun 22, 2019
    Copy the full SHA
    a199a3b View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Copy the full SHA
    f80579b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d15bb5a View commit details
    Browse the repository at this point in the history
  3. Apply rustfmt

    marshallpierce committed Nov 20, 2019
    Copy the full SHA
    0f08888 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3b75562 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fb36875 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2019

  1. Re-implement DecoderReader.

    Turns out the initial, simple implementation didn't handle cases where slow or otherwise unpredictable delegate `Read`ers wouldn't provide as many bytes as we asked for, which meant there has to be a lot more bookkeeping. Also, only one nontrivial buffer is needed now.
    marshallpierce committed Nov 24, 2019
    Copy the full SHA
    12dcfb8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0585b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Copy the full SHA
    61af8bc View commit details
    Browse the repository at this point in the history
  2. Add another test

    marshallpierce committed Mar 8, 2020
    Copy the full SHA
    0a020ee View commit details
    Browse the repository at this point in the history