Skip to main content

std.env — Environment Utilities

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:

snippet.mux
Loading...