tokio-file icon indicating copy to clipboard operation
tokio-file copied to clipboard

Support ReadBuf

Open asomers opened this issue 3 years ago • 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.

https://github.com/rust-lang/rust/pull/81156 https://github.com/rust-lang/rust/issues/78485

asomers avatar Jul 11 '21 20:07 asomers