Skip to main content

Module pipe

Module pipe 

Source
Available on crate feature fs and Unix only.
Expand description

Unix pipe types.

Structs§

OpenOptions
Options and flags which can be used to configure how a FIFO file is opened.
Receiver
Reading end of a Unix pipe.
Sender
Writing end of a Unix pipe.
Splice
Builder for splice operations.
SpliceFuture
Future for splice operations.

Functions§

anonymous
Creates a pair of anonymous pipe.
splice
Splice data between two file descriptors without copying through userspace.