Tracking Issue for core_io_borrowed_buf
· Issue #117693 · rust-lang/rust (original) (raw)
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 and BorrowedCursor from std:io to core::io #117694
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.