rustix

Module pipe

Source
Expand description

pipe and related APIs.

§Safety

vmsplice is an unsafe function.

Constants§

  • PIPE_BUF—The maximum length at which writes to a pipe are atomic.

Functions§

  • pipe()—Creates a pipe.