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

Download history 172/week @ 2024-03-13 177/week @ 2024-03-20 197/week @ 2024-03-27 198/week @ 2024-04-03 188/week @ 2024-04-10 156/week @ 2024-04-17 183/week @ 2024-04-24 183/week @ 2024-05-01 195/week @ 2024-05-08 176/week @ 2024-05-15 181/week @ 2024-05-22 139/week @ 2024-05-29 158/week @ 2024-06-05 164/week @ 2024-06-12 152/week @ 2024-06-19 112/week @ 2024-06-26

606 downloads per month
Used in 4 crates

LGPL-3.0

17KB
160 lines

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.

Dependencies