Function rustutils_env::parse_variable
source · [−]Expand description
Parse an environment variable definition.
Environment variables are specified in the form VARIABLE=value. Typically, the variables are
uppercased, but this is not mandatory.