Module btlib::config_helpers

source ·
Expand description

This module contains functions which are useful for configuring applications.

Functions

  • Returns the value of the given environment variable, if it is defined and contains all unicode characters. Ok(None) is returned if the environment variable is not defined, and Err is returned if it contains non-unicode characters.