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 provided methods Seek::{stream_len, stream_position} #58422

Merged
merged 5 commits into from Mar 21, 2019

Commits on Mar 10, 2019

  1. Add provided methods Seek::{stream_len, stream_position}

    These two methods are defined in terms of `Seek::seek` and are
    added for convenience. Tests are included.
    LukasKalbertodt committed Mar 10, 2019
    Copy the full SHA
    e8ee00a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Copy the full SHA
    598a1b4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c518f2d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ea40aa4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2019

  1. Apply suggestions from code review

    Fix typos in the documentation
    
    Co-Authored-By: LukasKalbertodt <lukas.kalbertodt@gmail.com>
    tbu- and LukasKalbertodt committed Mar 17, 2019
    Copy the full SHA
    f95219f View commit details
    Browse the repository at this point in the history