Expand description
OS-specific functionality.
Modules§
- darwinApple 
- Platform-specific extensions to stdfor Darwin / Apple platforms.
- fdUnix or HermitCore or target_os=trustyor WASI ortarget_os=motor
- Owned and borrowed Unix-like file descriptors.
- linuxLinux 
- Linux-specific definitions.
- raw
- Compatibility module for C platform-specific types. Use core::ffiinstead.
- unixUnix 
- Platform-specific extensions to stdfor Unix platforms.
- wasiWASI 
- Platform-specific extensions to stdfor the WebAssembly System Interface (WASI).
- wasip2WASI and target_env=p2
- Platform-specific extensions to stdfor Preview 2 of the WebAssembly System Interface (WASI).
- windowsWindows 
- Platform-specific extensions to stdfor Windows.