Skip to main content

Crate luff_sys

Crate luff_sys 

Source
Expand description

Low-level system primitives for luff

This crate isolates all unsafe usage and platform-specific FFI calls. It provides safe abstractions for file descriptor manipulation.

Modules§

constants
Re-export libc constants needed by the main crate. This allows the main crate to avoid a direct dependency on libc.

Functions§

drop_nonblock
Drop the O_NONBLOCK flag from an open file
get_fd_identity
Get the device and inode for a file descriptor