Tracking Issue for read_buf_at
#140771
Labels
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(read_buf_at)]
This is a tracking issue for
FileExt::read_buf_at()
and related methods, providing positioned reads into unintialized buffers.#![feature(read_buf)]
adds support for reads into unintialized buffers viaBorrowedBuf
andBorrowedCursor
. This feature expands that to reads from specific offsets.Public API
Steps / History
FileExt::read_buf_at
, ...) libs-team#581read_buf
equivalents for positioned reads #140459 (WIP)Unresolved Questions
#![feature(core_io_borrowed_buf)]
changes before stabilization?#![feature(read_buf)]
changes before stabilization?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: