Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
library
/
std
/
src
/
os
/
wasi
/
io
/
mod.rs
blob: 57bd842a50ce0a0c3007f5021a468bfb39725dbc [
file
] [
log
] [
blame
]
//! WASI-specific extensions to general I/O primitives.
#![
stable
(
feature
=
"io_safety"
,
since
=
"1.63.0"
)]
#[
stable
(
feature
=
"io_safety"
,
since
=
"1.63.0"
)]
pub
use
crate
::
os
::
fd
::*;