Module os
OS-specific functionality.
Modules
-
darwin
Platform-specific extensions to
stdfor Darwin / Apple platforms. - fd Owned and borrowed Unix-like file descriptors.
- linux Linux-specific definitions.
-
raw
Compatibility module for C platform-specific types. Use
core::ffiinstead. -
unix
Platform-specific extensions to
stdfor Unix platforms. -
wasi
Platform-specific extensions to
stdfor the WebAssembly System Interface (WASI). -
wasip2
Platform-specific extensions to
stdfor Preview 2 of the WebAssembly System Interface (WASI). -
windows
Platform-specific extensions to
stdfor Windows.