tokio-file
tokio-file copied to clipboard
Support ReadBuf
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