Module env
env
Process environment: command-line arguments, environment variables, and current working directory.
Mirrors the layout of Rust's std::env. Platform/architecture detection
and child-process spawning live in std/process.
envProcess environment: command-line arguments, environment variables, and current working directory.
Mirrors the layout of Rust's std::env. Platform/architecture detection
and child-process spawning live in std/process.