asomers/tokio-file

Support ReadBuf

asomers opened this issue · 0 comments

Rust RFC 2930 finally defines a standard safe way to deal with uninitialized memory. Once that RFC is implemented, tokio-file should support it. That means adding read_at_buf and readv_at_buf methods.

rust-lang/rust#81156
rust-lang/rust#78485