Functions
- A wrapper around [
nix::unistd::pipe] that ensures the pipe is cleaned up. - Less noisy wrapper around [
nix::fcntl::splice]. - Splice wrapper which fully finishes the write.
- Copy data from
bytesintotarget, which must be a pipe.
Type Definitions
- Nix’s main error type.
- Nix Result Type