summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/wasi/io/raw.rs
blob: 4ac792ee8e1365be1b4de4efc139db1f6e3ac0bc (plain)
1
2
3
4
5
6
//! 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::raw::*;