Module ockam_core::env

source ·
Expand description

Environmental variables

Traits

  • For-internal-use trait for types that can be parsed from string

Functions

  • Get environmental value var_name. If value is not found returns Ok(None)
  • Get environmental value var_name. If value is not found returns default_value