Read an environment variable using an exact native name and value.
Env
:= []
Read process environment data without losing native operating-system strings.
Read an environment variable whose value must be valid Unicode text. The name remains native-safe; quoted names work through OsStr.from_quote.
Read the process current working directory as a byte-preserving Path.
Change the process current working directory.
Return the path to the currently running executable.
Return the platform's default temporary directory.
Return all environment variables as exact native { name, value } records.
Iteration order is unspecified. A list avoids imposing Unix equality on
Windows, where environment variable names are case-insensitive.
platform! : () => { arch : ARCH, os : OS }
Return the architecture and operating system for this host build.
CPU architecture reported for the current platform build.
Operating system reported for the current platform build.