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

Remove IntoBuf/FromBuf #288

Merged
merged 5 commits into from Aug 27, 2019
Merged

Commits on Aug 26, 2019

  1. Remove IntoBuf/FromBuf

    As consequence we remove Buf::collect and instead place it only into Chain.
    
    This makes user to collect underlying bytes harder as can be illustrated with VecDeque
    DoumanAsh committed Aug 26, 2019
    Copy the full SHA
    1da5cf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Add Buf::into_bytes

    DoumanAsh committed Aug 27, 2019
    Copy the full SHA
    0af1c0f View commit details
    Browse the repository at this point in the history
  2. Fix cross CI

    DoumanAsh committed Aug 27, 2019
    Copy the full SHA
    329948b View commit details
    Browse the repository at this point in the history
  3. Remove collect

    DoumanAsh committed Aug 27, 2019
    Copy the full SHA
    9fda18d View commit details
    Browse the repository at this point in the history
  4. into_bytes -> to_bytes

    DoumanAsh committed Aug 27, 2019
    Copy the full SHA
    300ca5d View commit details
    Browse the repository at this point in the history