Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
library
/
std
/
src
/
os
/
wasi
/
io
/
raw.rs
blob: 0e0c5824e340456bfbe352348ae09a8414897ea5 [
file
] [
log
] [
blame
]
//! WASI-specific extensions to general I/O primitives.
#![
unstable
(
feature
=
"wasi_ext"
,
issue
=
"71213"
)]
pub
use
crate
::
os
::
fd
::
raw
::*;