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

#3 in #splice

Download history 133/week @ 2024-11-17 130/week @ 2024-11-24 123/week @ 2024-12-01 133/week @ 2024-12-08 146/week @ 2024-12-15 87/week @ 2024-12-22 73/week @ 2024-12-29 138/week @ 2025-01-05 125/week @ 2025-01-12 126/week @ 2025-01-19 122/week @ 2025-01-26 173/week @ 2025-02-02 142/week @ 2025-02-09 133/week @ 2025-02-16 147/week @ 2025-02-23 130/week @ 2025-03-02

580 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