fd 0.2.3

File descriptor utilities
Documentation
1
2
3
4
5
6
7
8
9
# fd-rs

*fd* is a library to handle file descriptors:
* `FileDesc` is a raw file descriptor wrapper properly closing itself when dropped.
* `Pipe` is an interface to `pipe(2)`.
* The `loop_splice()` function can be used for zero-copy transfers using `splice(2)` (Linux specific).

This library is a work in progress.
The API may change.