[go: up one dir, main page]

Module pipes

Module pipes 

Source
Expand description

Thin pipe-related wrappers around functions from the nix crate.

Functions§

pipe
A wrapper around nix::unistd::pipe that ensures the pipe is cleaned up.
splice
Less noisy wrapper around nix::fcntl::splice.
splice_exact
Splice wrapper which fully finishes the write.
vmsplice
Copy data from bytes into target, which must be a pipe.

Type Aliases§

Error
Nix’s main error type.
Result
Nix Result Type