Function evcxr::config_dir

source ·
pub fn config_dir() -> Option<PathBuf>
Expand description

Return the directory that evcxr tools should use for their configuration.

By default this is the evcxr subdirectory of whatever dirs::config_dir() returns, but it can be overridden by the EVCXR_CONFIG_DIR environment variable.