79c0994387
`env_var(key)` looks up the value of the environment variable with name `key`, aborting execution if it is not found. `env_var_or_default(key, default)` looks up the value of the environment variable with name `key`, returning `default` if it is not found. |
||
---|---|---|
.. | ||
integration.rs | ||
search.rs |