pub fn get() -> &'static InterpreterConfig
Expand description
Loads the configuration determined from the build environment.
Because this will never change in a given compilation run, this is cached in a once_cell
.
pub fn get() -> &'static InterpreterConfig
Loads the configuration determined from the build environment.
Because this will never change in a given compilation run, this is cached in a once_cell
.