Crates.io | fd |
lib.rs | fd |
version | 0.2.3 |
source | src |
created_at | 2015-08-09 22:21:02.779153 |
updated_at | 2017-01-15 19:09:12.742719 |
description | File descriptor utilities |
homepage | |
repository | https://github.com/stemjail/fd-rs |
max_upload_size | |
id | 2807 |
size | 51,041 |
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)
.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.