Module fd

Module fd 

1.66.0 · Source
Available on Unix or HermitCore or target_os=trusty or WASI only.
Expand description

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.

Re-exports§

pub use owned::*;
pub use raw::*;

Modules§

net 🔒 Non-target_os=trusty
owned 🔒
Owned and borrowed Unix-like file descriptors.
raw 🔒
Raw Unix-like file descriptors.