Sign in
◑
Theme
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
library
/
std
/
src
/
os
/
wasi
/
io
/
mod.rs
blob: 5f9a735db085ebf816113a986ccc3c554d468989 [
file
]
//! WASI-specific extensions to general I/O primitives.
#![
stable
(
feature
=
"io_safety_wasi"
,
since
=
"1.65.0"
)]
#[
stable
(
feature
=
"io_safety_wasi"
,
since
=
"1.65.0"
)]
pub
use
crate
::
os
::
fd
::*;
// Tests for this module
#[
cfg
(
test
)]
mod
tests
;