pub fn get_bindings_mode_from_env(
env: &HashMap<String, String>,
) -> Result<BindingsMode, AlienError<ErrorData>>Expand description
Parse ALIEN_BINDINGS_MODE from environment variables. Defaults to Direct if not specified.
pub fn get_bindings_mode_from_env(
env: &HashMap<String, String>,
) -> Result<BindingsMode, AlienError<ErrorData>>Parse ALIEN_BINDINGS_MODE from environment variables. Defaults to Direct if not specified.