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
Unresolved Questions
Feature gate:
#![feature(core_io_borrowed_buf)]This is a tracking issue for an MVP of
core::io, which contains an OS-independent subset ofstd::io.Public API
The initial API of this module consists of
BorrowedBufandBorrowedCursor, which were previously only available instd.Steps / History
BorrowedBufandBorrowedCursorfromstd:iotocore::io#117694Unresolved Questions
BorrowedBufandBorrowedCursorgeneric over the data #149749) double-check any bounds we might want before stabilizationDebug(which was easy sinceu8: Debug), but for generic do we want always-Debugor only forT: Debug?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩