Expand description
OS-specific functionality.
Modules
- Owned and borrowed Unix-like file descriptors.
- linuxLinuxLinux-specific definitions.
- Compatibility module for C platform-specific types. Use
core::ffi
instead. - unixUnixPlatform-specific extensions to
std
for Unix platforms. - wasiWASIPlatform-specific extensions to
std
for the WebAssembly System Interface (WASI). - windowsWindowsPlatform-specific extensions to
std
for Windows.