Module env

Source
Expand description

APIs to interact with the program environment.

Structs§

VarsOs

Traits§

EnvAccess
Marker trait to indicate a world that is allowed to access environment variables.

Functions§

set_var
Sets an environment variable.
var_os
Fetches an environment variable.
vars_os
Iterates through environment variables.