Crate iovec

Source
Expand description

A specialized byte slice type for performing vectored I/O operations.

For more detail, see IoVec documentation.

Modules§

unix
IoVec extensions for Unix platforms.

Structs§

IoVec
A specialized byte slice type for performing vectored I/O operations.

Constants§

MAX_LENGTH
Max length of an IoVec slice.