You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
andreadv_at_buf
methods.rust-lang/rust#81156
rust-lang/rust#78485
The text was updated successfully, but these errors were encountered: