Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
library
/
std
/
src
/
os
/
unix
/
io
/
raw.rs
blob: 6317e317471199a02794fe55fcb560ca8593f4f3 [
file
] [
log
] [
blame
]
//! Unix-specific extensions to general I/O primitives.
#![
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
pub
use
crate
::
os
::
fd
::
raw
::*;