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

#5 in #splice

Download history 176/week @ 2025-08-18 196/week @ 2025-08-25 197/week @ 2025-09-01 200/week @ 2025-09-08 157/week @ 2025-09-15 191/week @ 2025-09-22 169/week @ 2025-09-29 164/week @ 2025-10-06 166/week @ 2025-10-13 190/week @ 2025-10-20 159/week @ 2025-10-27 145/week @ 2025-11-03 137/week @ 2025-11-10 182/week @ 2025-11-17 145/week @ 2025-11-24 133/week @ 2025-12-01

613 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