-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for read_buf_at #140771
Copy link
Copy link
Open
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-blockedStatus: This tracking issue is blocked on another tracking issueStatus: This tracking issue is blocked on another tracking issueT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-ioArea: `std::io`, `std::fs`, `std::net` and `std::path`Area: `std::io`, `std::fs`, `std::net` and `std::path`C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-blockedStatus: This tracking issue is blocked on another tracking issueStatus: This tracking issue is blocked on another tracking issueT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 viaBorrowedBufandBorrowedCursor. This feature expands that to reads from specific offsets.Public API
Steps / History
FileExt::read_buf_at, ...) libs-team#581read_bufequivalents for positioned reads #140459Unresolved 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 ↩