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

add stream::peekable #366

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 17, 2019

  1. add stream::peekable

    peek() implementation is still missing
    starsheriff committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    8f2ed48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f4a017 View commit details
    Browse the repository at this point in the history
  3. change type of peeked

    starsheriff committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a2dc753 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. match next in poll_next

    starsheriff committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    d644eee View commit details
    Browse the repository at this point in the history
  2. fix types and it compiles

    starsheriff committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    0aef382 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    bd104c2 View commit details
    Browse the repository at this point in the history
  2. tidy up

    starsheriff committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    dc04fde View commit details
    Browse the repository at this point in the history
  3. fix types

    starsheriff committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f37916c View commit details
    Browse the repository at this point in the history