1
2
3
4
5
6
7
8
//! Owned and borrowed file descriptors.

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

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