Module rustix::pipe

source ·
Available on crate feature pipe only.
Expand description

pipe and related APIs.

§Safety

vmsplice is an unsafe function.

Structs§

Functions§

  • pipe()—Creates a pipe.
  • pipe2(flags)—Creates a pipe, with flags.