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 a subslice function for Bytes (#198) #208

Merged
merged 2 commits into from Sep 2, 2018

Commits on Aug 31, 2018

  1. Add a slice_ref function for Bytes (tokio-rs#198)

    This lets us take Bytes and a &[u8] slice that is contained in it, and
    create a new Bytes that corresponds to that subset slice.
    
    tokio-rs#198
    federicomenaquintero authored and carllerche committed Aug 31, 2018
    Copy the full SHA
    469a117 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f8bbac3 View commit details
    Browse the repository at this point in the history