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

#898 in Unix APIs

Download history 177/week @ 2023-11-05 179/week @ 2023-11-12 182/week @ 2023-11-19 217/week @ 2023-11-26 174/week @ 2023-12-03 148/week @ 2023-12-10 191/week @ 2023-12-17 154/week @ 2023-12-24 169/week @ 2023-12-31 182/week @ 2024-01-07 236/week @ 2024-01-14 207/week @ 2024-01-21 197/week @ 2024-01-28 224/week @ 2024-02-04 219/week @ 2024-02-11 305/week @ 2024-02-18

963 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