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

Stabilized vectored IO #60334

Merged
merged 2 commits into from
Apr 29, 2019
Merged

Stabilized vectored IO #60334

merged 2 commits into from
Apr 29, 2019

Commits on Apr 27, 2019

  1. Stabilized vectored IO

    This renames `std::io::IoVec` to `std::io::IoSlice` and
    `std::io::IoVecMut` to `std::io::IoSliceMut`, and stabilizes
    `std::io::IoSlice`, `std::io::IoSliceMut`,
    `std::io::Read::read_vectored`, and `std::io::Write::write_vectored`.
    
    Closes rust-lang#58452
    sfackler committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    bd177f3 View commit details
    Browse the repository at this point in the history
  2. tidy

    sfackler committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    89ff7cd View commit details
    Browse the repository at this point in the history