summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/wasi/io/fd.rs
blob: 75703af6a39a5976dc714c545ea5e53dd71f22e8 (plain)
1
2
3
4
5
6
7
8
9
10
//! Owned and borrowed file descriptors.

#![stable(feature = "io_safety_wasi", since = "1.65.0")]

// Tests for this module
#[cfg(test)]
mod tests;

#[stable(feature = "io_safety_wasi", since = "1.65.0")]
pub use crate::os::fd::owned::*;