Thomasdezeeuw/heph

Consider using std::io::IoSlice in BufSlice::as_iovecs

Closed this issue · 1 comments

Consider using std::io::IoSlice in BufSlice::as_iovecs

std::io::IoSlice doesn't work with unitialised bytes, it's also the reason why I created socket2::MaybeUninitSlice.