1 2 3 4 5
//! 特定于 WASI 的对通用 I/O 原语的扩展。 #![unstable(feature = "wasi_ext", issue = "71213")] pub use crate::os::fd::raw::*;