about summary refs log tree commit diff
path: root/library/core/src/io/mod.rs
AgeCommit message (Collapse)AuthorLines
2023-11-09Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io`John Millikin-0/+6
Assigned new feature name `core_io_borrowed_buf` to distinguish from the `Read::read_buf` functionality in `std::io`.