//! Owned and borrowed Unix-like file descriptors.
//!
//! This module is supported on Unix platforms and WASI, which both use a
//! similar file descriptor system for referencing OS resources.
// `RawFd`, `AsRawFd`, etc.
// `OwnedFd`, `AsFd`, etc.
// Implementations for `AsRawFd` etc. for network types.
// Export the types and traits for the public API.
pub use *;
pub use *;