Registry / utility / io-lifetimes

io-lifetimes

JSON →
library3.0.1rscratesunverified

A low-level I/O ownership and borrowing library for Rust.

# Cargo.toml [dependencies] io-lifetimes = "3.0.1"
INSTALL
IMPORT
SIG · IO-LIFETIMES
I
io-lifetimes
utilityrustv3.0.1
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.

OwnedFd
use io_lifetimes::OwnedFd;

Creates an owned file descriptor from a raw fd.

use io_lifetimes::OwnedFd; fn main() { let fd = OwnedFd::try_from(0).unwrap(); println!("Owned file descriptor: {:?}", fd); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
io-lifetimes — cargo add io-lifetimes · libregistry