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

#10 in #splice

Download history 136/week @ 2025-12-17 117/week @ 2025-12-24 102/week @ 2025-12-31 117/week @ 2026-01-07 140/week @ 2026-01-14 125/week @ 2026-01-21 142/week @ 2026-01-28 125/week @ 2026-02-04 110/week @ 2026-02-11 129/week @ 2026-02-18 131/week @ 2026-02-25 144/week @ 2026-03-04 138/week @ 2026-03-11 151/week @ 2026-03-18 146/week @ 2026-03-25 112/week @ 2026-04-01

571 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