Thomasdezeeuw / heph

Heph is an actor library for Rust based on asynchronous functions.
MIT License
133 stars 6 forks source link

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

Closed Thomasdezeeuw closed 8 months ago

Thomasdezeeuw commented 8 months ago

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