std::os - Rust (original) (raw)

Expand description

OS-specific functionality.

darwinApple

Platform-specific extensions to std for Darwin / Apple platforms.

fd

Owned and borrowed Unix-like file descriptors.

linuxLinux

Linux-specific definitions.

raw

Compatibility module for C platform-specific types. Use core::ffi instead.

unixUnix

Platform-specific extensions to std for Unix platforms.

wasiWASI

Platform-specific extensions to std for the WebAssembly System Interface (WASI).

wasip2

Platform-specific extensions to std for Preview 2 of the WebAssembly System Interface (WASI).

windowsWindows

Platform-specific extensions to std for Windows.