Expand description
Thin pipe-related wrappers around functions from the nix crate.
Functions§
- pipe
- A wrapper around
nix::unistd::pipethat 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
bytesintotarget, which must be a pipe.