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

#919 in Unix APIs

Download history 146/week @ 2024-01-08 208/week @ 2024-01-15 155/week @ 2024-01-22 155/week @ 2024-01-29 190/week @ 2024-02-05 151/week @ 2024-02-12 202/week @ 2024-02-19 200/week @ 2024-02-26 166/week @ 2024-03-04 168/week @ 2024-03-11 172/week @ 2024-03-18 206/week @ 2024-03-25 201/week @ 2024-04-01 184/week @ 2024-04-08 173/week @ 2024-04-15 163/week @ 2024-04-22

745 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