fd

Crates.iofd
lib.rsfd
version0.2.3
sourcesrc
created_at2015-08-09 22:21:02.779153
updated_at2017-01-15 19:09:12.742719
descriptionFile descriptor utilities
homepage
repositoryhttps://github.com/stemjail/fd-rs
max_upload_size
id2807
size51,041
Mickaël Salaün (l0kod)

documentation

https://docs.rs/fd/

README

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.

Commit count: 17

cargo fmt