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

Rename Buf/BufMut, methods to chunk/chunk_mut #450

Merged
merged 6 commits into from Dec 18, 2020
Merged

Commits on Dec 18, 2020

  1. Rename Buf/BufMut, methods to chunk/chunk_mut

    The `bytes()` / `bytes_mut()` name implies the method returns the full
    set of bytes represented by `Buf`/`BufMut`. To rectify this, the methods
    are renamed to `chunk()` and `chunk_mut()` to reflect the partial nature
    of the returned byte slice.
    
    Closes #447
    carllerche committed Dec 18, 2020
    Copy the full SHA
    f912857 View commit details
    Browse the repository at this point in the history
  2. chunks_vectored

    carllerche committed Dec 18, 2020
    Copy the full SHA
    da1e66d View commit details
    Browse the repository at this point in the history
  3. tsan on stable maybe

    carllerche committed Dec 18, 2020
    Copy the full SHA
    23605ac View commit details
    Browse the repository at this point in the history
  4. try again

    carllerche committed Dec 18, 2020
    Copy the full SHA
    bdac511 View commit details
    Browse the repository at this point in the history
  5. old nightly

    carllerche committed Dec 18, 2020
    Copy the full SHA
    3dda429 View commit details
    Browse the repository at this point in the history
  6. newer

    carllerche committed Dec 18, 2020
    Copy the full SHA
    d5140ca View commit details
    Browse the repository at this point in the history