Registry / utility / io-extras

io-extras

JSON →
library0.19.0rscratesunverified

File/socket handle/descriptor utilities for Rust.

# Cargo.toml [dependencies] io-extras = "0.19.0"
INSTALL
IMPORT
SIG · IO-EXTRAS
I
io-extras
utilityrustv0.19.0
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.

RawHandle
use io_extras::os::windows::RawHandle;

Converts stdout to a raw handle on Windows.

use io_extras::os::windows::RawHandle; fn main() { let handle = RawHandle::from(std::io::stdout()); println!("{:?}", handle); }
Debug
Known issues
gotchaPlatform-specific APIs; some functions only available on Windows or Unix.
fix
Use conditional compilation with #[cfg] attributes.
affects: *
Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
io-extras — cargo add io-extras · libregistry