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
Download history 140/week @ 2024-07-25 126/week @ 2024-08-01 136/week @ 2024-08-08 142/week @ 2024-08-15 140/week @ 2024-08-22 170/week @ 2024-08-29 149/week @ 2024-09-05 146/week @ 2024-09-12 162/week @ 2024-09-19 160/week @ 2024-09-26 143/week @ 2024-10-03 124/week @ 2024-10-10 140/week @ 2024-10-17 134/week @ 2024-10-24 133/week @ 2024-10-31 117/week @ 2024-11-07

547 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