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

implicitly grow BytesMut; add BufMutExt::chain_mut #316

Merged
merged 8 commits into from Nov 20, 2019

Commits on Nov 20, 2019

  1. implicitly grow BytesMut; add BufMutExt::chain_mut

    This brings `BytesMut` in line with `Vec<u8>` behavior.
    
    In order to fix a test, `BufMutExt::chain_mut` is provided. Withou this,
    it is not possible to chain two `&mut [u8]`.
    
    Closes #170
    carllerche committed Nov 20, 2019
    Copy the full SHA
    e93b867 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    685e1be View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    597ab3d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2b0ef01 View commit details
    Browse the repository at this point in the history
  5. Update src/buf/ext/mod.rs

    Co-Authored-By: Eliza Weisman <eliza@buoyant.io>
    carllerche and hawkw committed Nov 20, 2019
    Copy the full SHA
    083f1d0 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d186e53 View commit details
    Browse the repository at this point in the history
  7. break up line

    carllerche committed Nov 20, 2019
    Copy the full SHA
    50fff99 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    2a63674 View commit details
    Browse the repository at this point in the history