Open
Description
Feature gate: #![feature(core_io_borrowed_buf)]
This is a tracking issue for an MVP of core::io
, which contains an OS-independent subset of std::io
.
Public API
The initial API of this module consists of BorrowedBuf
and BorrowedCursor
, which were previously only available in std
.
Steps / History
- std::io: migrate ReadBuf to BorrowedBuf/BorrowedCursor #97015
- Move
BorrowedBuf
andBorrowedCursor
fromstd:io
tocore::io
#117694 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.