Expand description
OS-specific functionality.
Modules§
- darwin
Apple - Platform-specific extensions to
std
for Darwin / Apple platforms. - fd
- Owned and borrowed Unix-like file descriptors.
- linux
Linux - Linux-specific definitions.
- raw
- Compatibility module for C platform-specific types. Use
core::ffi
instead. - unix
Unix - Platform-specific extensions to
std
for Unix platforms. - wasi
WASI - 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). - windows
Windows - Platform-specific extensions to
std
for Windows.