6 releases
Uses old Rust 2015
| 0.2.3 | Jan 15, 2017 |
|---|---|
| 0.2.2 | Aug 6, 2016 |
| 0.2.1 | Mar 27, 2016 |
| 0.2.0 | Aug 18, 2015 |
| 0.1.1 | Aug 17, 2015 |
#929 in Unix APIs
606 downloads per month
Used in 4 crates
17KB
160 lines
fd-rs
fd is a library to handle file descriptors:
FileDescis a raw file descriptor wrapper properly closing itself when dropped.Pipeis an interface topipe(2).- The
loop_splice()function can be used for zero-copy transfers usingsplice(2)(Linux specific).
This library is a work in progress. The API may change.