#file-descriptor #lifetime #own #descriptor #file #raw-fd

owned-fd

Ownership and lifetimes for file descriptors

1 unstable release

Uses old Rust 2015

0.1.0 Apr 12, 2016

#37 in #descriptor

Download history 1/week @ 2024-01-22 1/week @ 2024-02-05 10/week @ 2024-02-19 23/week @ 2024-02-26 14/week @ 2024-03-04 5/week @ 2024-03-11 13/week @ 2024-03-18

55 downloads per month

MIT/Apache

5KB
101 lines

OwnedFd

Clippy Linting Result Crates.io

Documentation

Generic resource ownership and borrowing for file descriptors in rust


lib.rs:

Provide a general handler for file descriptor reasources via the OwnedFd and FdRef types

Dependencies

~42KB