Docs.rs
io-extras-0.18.3
io-extras 0.18.3
Docs.rs crate page
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
sunfishcode
Dependencies
async-std ^1.13.0
normal
optional
io-lifetimes ^2.0.0
normal
mio ^1.0.2
normal
optional
os_pipe ^1.2.1
normal
optional
socket2 ^0.5.7
normal
optional
tokio ^1.6.0
normal
optional
os_pipe ^1.0.0
dev
windows-sys ^0.52.0
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
io_
extras
0.18.3
Module os
Module Items
Modules
In crate io_
extras
io_extras
Module
os
Copy item path
Source
Expand description
OS-specific functionality.
Modules
§
rustix
All Posix-ish platforms have
RawFd
and related traits. Re-export them so that users don’t need target-specific code to import them.