Registry / utility / filedescriptor

filedescriptor

JSON →
library0.8.3rscratesunverified

More ergonomic wrappers around RawFd and RawHandle.

# Cargo.toml [dependencies] filedescriptor = "0.8.3"
INSTALL
IMPORT
SIG · FILEDESCRIPTOR
F
filedescriptor
utilityrustv0.8.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileDescriptor
use filedescriptor::FileDescriptor;

Creates a FileDescriptor from a raw file descriptor.

use filedescriptor::FileDescriptor; fn main() -> std::io::Result<()> { let fd = FileDescriptor::new(0)?; println!("FileDescriptor created from stdin"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
filedescriptor — cargo add filedescriptor · libregistry