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.
pub use owned::*;
pub use raw::*;