std.env — Environment Utilities
std.env exposes fallible access to the process environment.
env.get(string key) -> optional<string>— returns the environment variable value ornoneif the key does not exist.
Example:
std.env exposes fallible access to the process environment.
env.get(string key) -> optional<string> — returns the environment variable value or none if the key does not exist.Example: